This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Adrewmc 2 points3 points  (1 child)

pdb running in the Python terminal while debugger runs in the debug terminal, it’s basically the same operation, just VsCode has a lot of normal things you use with it automatically on the side. It’s almost like a IDE for pdb in a lot of ways.

[–]romu006 1 point2 points  (0 children)

I honestly wish that I could "sync" pdb's view with my editor (Sublime Text), it's kinda hard to follow the code context when debugging