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.

Author markroseman
Recipients louielu, ltaylor934, markroseman, terry.reedy
Date 2020-12-04.22:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Terry, I agree that Ctrl-C should act just as an interrupt when the debugger is active. I also agree that a way to interrupt the debugger through the user interface is needed (in the revised UI, there's an explicit 'stop' button for that).
History
Date User Action Args
2020-12-04 22:09:27markrosemansetrecipients: + markroseman, terry.reedy, ltaylor934, louielu
2020-12-04 22:09:27markrosemansetmessageid: <[email protected]>
2020-12-04 22:09:27markrosemanlinkissue14111 messages
2020-12-04 22:09:26markrosemancreate