[New-bugs-announce] [issue24825] visual margin indicator for breakpoints in IDLE

Mark Roseman report at bugs.python.org
Fri Aug 7 16:16:34 CEST 2015


New submission from Mark Roseman:

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)

----------
components: IDLE
messages: 248194
nosy: kbk, markroseman, roger.serwy, terry.reedy
priority: normal
severity: normal
status: open
title: visual margin indicator for breakpoints in IDLE
type: enhancement
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24825>
_______________________________________


More information about the New-bugs-announce mailing list