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 kbk, markroseman, roger.serwy, terry.reedy
Date 2015-08-07.14:16:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Right now breakpoints can only be set/cleared by using a context menu on a line in the editor. I discovered this entirely by reading through the bug database, as right-click doesn't work on OS X (#24801).

Some other tools use an indicator (e.g. stop sign) in the left margin, which can be toggled on and off by a simple click. This could exist in conjunction with line numbering (#17535)
History
Date User Action Args
2015-08-07 14:16:34markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-08-07 14:16:34markrosemansetmessageid: <[email protected]>
2015-08-07 14:16:34markrosemanlinkissue24825 messages
2015-08-07 14:16:33markrosemancreate