Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:
This issue is a duplicate of issue2378; the patch attached there
corrects this problem. I will commit it tonight.
--
nosy: +amaury.forgeotdarc
resolution: -> duplicate
status: open -> closed
superseder: -> UnboundLocalError wh
Georg Brandl <[EMAIL PROTECTED]> added the comment:
For reference, here is the output of the pdb session:
[EMAIL PROTECTED] ~/devel/python> ./python Lib/pdb.py Lib/idlelib/idle.py
> /home/gbr/devel/python/Lib/idlelib/idle.py(1)()
-> try:
(Pdb) break multicall.py:300
*** 'multicall.py' not found
New submission from Nir <[EMAIL PROTECTED]>:
Interpreter error results in erroneous exception when running a script
under debugger control.
Full repro description:
On Windows System, try to run idle.py under the inspection of pdb.py.
Note that you must set a breakpoint somewhere otherwise pdb w