[issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.

2012-10-08 Thread jimbo1qaz
jimbo1qaz added the comment: Then frigging change it! -- ___ Python tracker <http://bugs.python.org/issue15348> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.

2012-10-08 Thread jimbo1qaz
jimbo1qaz added the comment: What's the intended behavior? stop debugging and quit the program? stop debugging and continue freerunning? I'm using 3.3, can you make the patch stop debugging the active running program when you c

[issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.

2012-10-08 Thread jimbo1qaz
jimbo1qaz added the comment: Is it possible to make the X button quit the debugger if enabled? -- ___ Python tracker <http://bugs.python.org/issue15348> ___ ___

[issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.

2012-10-07 Thread jimbo1qaz
Changes by jimbo1qaz : -- nosy: +jimbo1qaz ___ Python tracker <http://bugs.python.org/issue15348> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16159] Closing Debugger freezes IDLE shell

2012-10-07 Thread jimbo1qaz
jimbo1qaz added the comment: I have confirmed that this happens on both 3.2 and .3, and it also happens when you close any active debug window. -- versions: +Python 3.2 ___ Python tracker <http://bugs.python.org/issue16

[issue16159] Closing Debugger freezes IDLE shell

2012-10-07 Thread jimbo1qaz
New submission from jimbo1qaz: Open a Python file with IDLE and F5 it. Turn on debugger ([DEBUG ON]), F5 again ([DEBUG ON]), and close the debugger ([DEBUG OFF]). The shell is now completely locked and must be closed (with a 'The program is still running, want to kill it?

[issue16033] IDLE crashes when debugging and saving

2012-09-24 Thread jimbo1qaz
New submission from jimbo1qaz: Have the debugger open, stopped on a breakpoint, and save the open file. The whole thing will bomb after the save finishes. Changes are not lost, but I have to reopen IDLE and lose history and breakpoints. -- components: IDLE messages: 171214 nosy