Can I use pdb for custom Python script debugging? #681
Answered
by
vadimcn
zchrissirhcz
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vadimcn
Apr 10, 2022
Replies: 1 comment 2 replies
-
AFAIK, pdb needs a real tty, which VSCode's debug console is not. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zchrissirhcz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIK, pdb needs a real tty, which VSCode's debug console is not.
I usually debug python code inside codelldb using debugpy + VSCode Python extension.