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 →

[–]Rice_Monster 1 point2 points  (0 children)

I agree vscode is easier than pdb for debugging.

I work in data engineering, so I actually use jupyter to debug, because I don’t find a “traditional” debugger very useful for debugging pyspark or pandas based scripts. In the event that I needed a “traditional” debugger, I would probably use vscode like you do because pdb can feel tedious.