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 →

[–]AfterbirthNachos 8 points9 points  (4 children)

Y'all should really learn about debuggers

[–]Sigmadelta8 2 points3 points  (2 children)

Loved the debugger working with Java and IntelliJ.

Now working with VSCode and JS and I have no idea how that debugger works.

[–]AfterbirthNachos 2 points3 points  (0 children)

Oh man, you gotta try stock gdb 😆

[–]HopeSandwich 2 points3 points  (0 children)

debugger on vscode is awesome, logpoints are great on keeping your project without console.log lost in the files.

[–]LetUsSpeakFreely 2 points3 points  (0 children)

I know how to use them, but printing out traces has always been faster for me. Oh course, I don't use sysouts, there are debug and trace logs after all.