◐ Shell
clean mode source ↗

Message 154433 - Python tracker

Message154433

Author roger.serwy
Recipients ltaylor934, roger.serwy, terry.reedy
Date 2012-02-27.05:30:02
SpamBayes Score 0.00029060984
Marked as misclassified No
Message-id <1330320603.84.0.928518519942.issue14111@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm the issue Larry's raises. Attached is a patch against 2.7 to enable Ctrl+C interrupts for the debugger. The patch opens up the possibility of making "Go" a toggle button, but that would require some more plumbing (not included in patch).

A "run" indicator should be simple to implement. The status bar can contain a label that can be updated with calls to "beginexecuting" and "endexecuting" in PyShell.py.
History
Date User Action Args
2012-02-27 05:30:03roger.serwysetrecipients: + roger.serwy, terry.reedy, ltaylor934
2012-02-27 05:30:03roger.serwysetmessageid: <1330320603.84.0.928518519942.issue14111@psf.upfronthosting.co.za>
2012-02-27 05:30:03roger.serwylinkissue14111 messages
2012-02-27 05:30:03roger.serwycreate