classification
Title: Idle terminates on source save while debugging
Type: crash Stage:
Components: IDLE Versions: Python 3.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: JimShaw, andyharrington
Priority: normal Keywords:

Created on 2009-06-10 16:47 by andyharrington, last changed 2010-04-15 02:22 by JimShaw.

Messages (2)
msg89217 - (view) Author: Andy Harrington (andyharrington) Date: 2009-06-10 16:47
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 environment.

I'm running XP professional, Python 3.0.1
msg103178 - (view) Author: Jim Shaw (JimShaw) Date: 2010-04-15 02:22
I am having the same problem with Windows Vista and Windows 7.
History
Date User Action Args
2010-04-15 02:22:46JimShawsetversions: + Python 3.1, - Python 3.0
nosy: + JimShaw

messages: + msg103178

components: + IDLE
2009-06-10 16:47:13andyharringtoncreate