[issue41607] pdb - Clickabler path to breakpoints

2020-08-21 Thread Michael Mussato


New submission from Michael Mussato :

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 
<https://bugs.python.org/issue41607>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41607] pdb - Clickable path to breakpoints

2020-08-21 Thread Michael Mussato


Change by Michael Mussato :


--
title: pdb - Clickabler path to breakpoints -> pdb - Clickable path to 
breakpoints

___
Python tracker 
<https://bugs.python.org/issue41607>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com