[New-bugs-announce] [issue15335] IDLE - debugger steps through run.py internals
Roger Serwy
report at bugs.python.org
Thu Jul 12 18:42:54 CEST 2012
New submission from Roger Serwy <roger.serwy at gmail.com>:
The IDLE debugger steps through the internals of _RPCFile.
To reproduce this bug, create a new .py file with a few print statements, enable the debugger, and then run the file. Stepping through the print statement enters into _RPCFile.
----------
components: IDLE
messages: 165321
nosy: loewis, serwy, storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE - debugger steps through run.py internals
type: behavior
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15335>
_______________________________________
More information about the New-bugs-announce
mailing list