• 2 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle


  • Trust me, I’m far from the delusion that I can write a program that does the things I want it to on the first try haha. By “I think it works” I mean that the code is to the point where at least visually I can’t detect any obvious issues and VSC isn’t throwing up any red flags, either. But when I try to run the program, it throws an error message and a line number, which I have to take back to VSC and edit blindly without any view of the variables and context. Swapping back and forth is becoming a huge headache. A debugger, even one as simple as just installing the ImageJ package into VSC(don’t know how to do this) and telling me when I’m calling a function wrong, would be massively helpful.