This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Idle hangs when you close the debugger while debugging
Type: behavior Stage: resolved
Components: IDLE Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: IDLE - shell becomes unresponsive if debugger windows is closed while active.
View: 15348
Assigned To: Nosy List: kbk, ppperry, roger.serwy, terry.reedy
Priority: normal Keywords:

Created on 2015-06-02 22:47 by ppperry, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg244707 - (view) Author: (ppperry) Date: 2015-06-02 22:47
[DEBUG ON]
>>> some_code
(debugger closed before pressing any buttons)
[DEBUG OFF]
>>> more_code
(no response)
msg244715 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-06-02 23:37
Previous issue has a patch that needs independent review.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68555
2015-06-02 23:37:52terry.reedysetstatus: open -> closed
resolution: duplicate
messages: + msg244715

superseder: IDLE - shell becomes unresponsive if debugger windows is closed while active.
stage: resolved
2015-06-02 22:47:06ppperrycreate