Message154433
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. |
|
| Date |
User |
Action |
Args |
| 2012-02-27 05:30:03 | roger.serwy | set | recipients:
+ roger.serwy, terry.reedy, ltaylor934 |
| 2012-02-27 05:30:03 | roger.serwy | set | messageid: <1330320603.84.0.928518519942.issue14111@psf.upfronthosting.co.za> |
| 2012-02-27 05:30:03 | roger.serwy | link | issue14111 messages |
| 2012-02-27 05:30:03 | roger.serwy | create | |
|