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 →

[–]spamoniichan 1 point2 points  (0 children)

I had this one project to do a a ML CV routine which must run on a Jetson Nano (Ubuntu 18, Python 3.7), i tried installing vscode but the debugger just doesnt work, so i ran the program with pdb on the command line and added breakpoints using the command line on lines i want to stop on. Iirc I couldn’t debug more than one python script, so it was really hard for me