Replies: 1 comment
-
|
If you want to do it manually, the file is by default found at e.g. The Self plug, but if you're using vim you could use https://github.com/mvanderkamp/vim-pudb-and-jam to manage pudb breakpoints from vim. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a silly question, I have a TUI python program and I would like to debug it.
I found looks pudb has remote mode which perfectly fit my need, I tried.
But one question is: how to add a breakpoint by "filename:linenum" then run the program.
Then when this line is hit the program stops there then I can exam all variables?
Thanks a lot!
etorth
Beta Was this translation helpful? Give feedback.
All reactions