inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
2.94k stars 226 forks source link

how can i see or get the current debugged file path? #640

Closed robator0127 closed 5 months ago

robator0127 commented 6 months ago

when i step into( or out) a function or a class ,the new source code may be in another file ,how can i see or get the whole file path of current debugged file ,as debug in the pdb ?thanks