Roger Serwy <roger.se...@gmail.com> added the comment:

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.

----------
keywords: +patch
nosy: +serwy, terry.reedy
Added file: http://bugs.python.org/file24656/Issue14111.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14111>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to