[issue13183] pdb skips frames after hitting a breakpoint and running step

Martin v. Löwis report at bugs.python.org
Wed May 2 07:39:00 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

> But it is strange behavior that "stepping through" enters print in
> Windows and does not so in Unix. What's the difference in windows
> that could cause this? Not sure if this was expected behavior.

On Unix, the codec most likely is UTF-8, which is directly written
in C, i.e. doesn't support Python single-stepping.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13183>
_______________________________________


More information about the Python-bugs-list mailing list