49
Bubbles
6y

Today I used a debugger for the first time and holy fuck it's magical why didn't I do this sooner..

Comments
  • 0
    @Pseudonymous I did but I don't really like using an IDE so I then tried the VSCode Debugger since I had it and Loved it, although replicating it at home seems to be a problem..
  • 1
    Yes, the debugger on VSCode is really good and light to use.
  • 1
    GDB mustard race anyone ?
  • 0
    @YeahOkay oof
  • 1
    Curious... What pain-staking method did you do before that? Dump all vars to console/stdout etc.?
  • 0
    @Pseudonymous I Love it but I'm having multiple problems setting it up.. I'm at school so I'm gonna look at the settings on the schools VSCode debugger because it worked there.. but at home it's telling me it can't find the file and I'm not able to debug other file types other than C++, the problem is I also work on files like Python, JavaScript, and Ruby..
  • 0
    @Pseudonymous they are all in their own folders and I do have the language packs installed
  • 0
    @jesse-bryant I just relied on the console to tell me what kind of error it was and what lines
Add Comment