Skip to content

Can I use pdb for custom Python script debugging? #681

Answered by vadimcn
zchrissirhcz asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zchrissirhcz
Comment options

@vadimcn
Comment options

Answer selected by zchrissirhcz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants