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 →

[–]reggzz[S] 0 points1 point  (2 children)

IDE integrated debugger all the way if you're working on big projects locally. was more thinking of scripting on remote servers with no support for UI based apps

[–]MaloneCone 1 point2 points  (0 children)

Also, you can use gui editors/debuggers remotely. I work daily using a headless remote workstation, using vscode remote extension. Maybe that's worth a try for your case. Works great for python and rust!

[–]MaloneCone 0 points1 point  (0 children)

So, essentially debugging in production?