New submission from Michael Mussato <michimuss...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue41607> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com