[issue6257] Idle terminates on source save while debugging

2012-07-18 Thread Roger Serwy
Roger Serwy added the comment: Thanks Andy for your prompt response. This issue is a duplicate with issue9803 which has a patch. I will close this issue in favor of that one. Feel free to add yourself to the nosy list if you wish. -- resolution: -> duplicate status: open -> closed

[issue6257] Idle terminates on source save while debugging

2012-07-18 Thread Andy Harrington
Andy Harrington added the comment: yes I certainly used breakpoints On Wed, Jul 18, 2012 at 4:50 PM, Roger Serwy wrote: > > Roger Serwy added the comment: > > The only was I get IDLE to crash is if the file has breakpoints enabled. > Is this how IDLE is crashing? > > -- > nosy: +serw

[issue6257] Idle terminates on source save while debugging

2012-07-18 Thread Roger Serwy
Roger Serwy added the comment: The only was I get IDLE to crash is if the file has breakpoints enabled. Is this how IDLE is crashing? -- nosy: +serwy ___ Python tracker ___

[issue6257] Idle terminates on source save while debugging

2010-04-14 Thread Jim Shaw
Jim Shaw added the comment: I am having the same problem with Windows Vista and Windows 7. -- components: +IDLE nosy: +JimShaw versions: +Python 3.1 -Python 3.0 ___ Python tracker __

[issue6257] Idle terminates on source save while debugging

2009-06-10 Thread Andy Harrington
New submission from Andy Harrington : When I am running the idle debugger, and change something in a source file and save it, the save works but idle immediately closes. I can see the debugger not liking it, but it would be much better if just the debugger stopped, not the whole idle environmen