[New-bugs-announce] [issue41607] pdb - Clickabler path to breakpoints

Michael Mussato report at bugs.python.org
Fri Aug 21 04:49:30 EDT 2020


New submission from Michael Mussato <michimussato at gmail.com>:

Wouldn't it be helpful if the pdb showed the path to the current breakpoint as a clickable link? For this to work, it seems that the path needs to follow a specific format, like so:
"File "/full/path/to/file.py", line XY"

Currently, it displays the breakpoint like this:
"> /full/path/to/file.py(XY).func()"

This might be very IDE dependent, but i. e. PyCharm interprets the first format as a clickable link and takes you straight to the line of code that contains the breakpoint. Very helpful.

----------
components: Library (Lib)
files: Screenshot 2020-06-12 at 08.37.35.png
messages: 375747
nosy: michimussato
priority: normal
severity: normal
status: open
title: pdb - Clickabler path to breakpoints
type: enhancement
Added file: https://bugs.python.org/file49420/Screenshot 2020-06-12 at 08.37.35.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41607>
_______________________________________


More information about the New-bugs-announce mailing list