[issue3415] Interpreter error when running a script under debugger control

2008-07-21 Thread Amaury Forgeot d'Arc
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

[issue3415] Interpreter error when running a script under debugger control

2008-07-19 Thread Georg Brandl
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

[issue3415] Interpreter error when running a script under debugger control

2008-07-18 Thread Nir
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