Please mention recommended clients in the README #1904
Unanswered
kerrickstaley
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Sorry but I don't know of any command clients for debugpy. The client would have to speak the Debug Adapter Protocol, so searching for a python project that speaks that might find something. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This package might provide a way to write your own: Or maybe look for something that uses this. |
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.
-
It would be great if you could list recommended some recommended clients that work with debugpy in the README. I would like to use debugpy but am stuck because I'm not sure what client I should use. I'm running my program on a remote server where I do not have a GUI and cannot run VSCode. I need a command-line debugger, ideally one with a similar syntax to pdb since I'm already familiar with pdb.
Beta Was this translation helpful? Give feedback.
All reactions