▲ 94 ▼ thought you stood a chance? (sopuli.xyz) submitted 3 years ago* (last edited 2 years ago) by awesome_person@lemm.ee to c/programmerhumor@lemmy.ml 34 comments fedilink hide all child comments
[–] HairHeel@programming.dev 1 point 3 years ago (1 child) console.log counts as “a debugger”, right? permalink fedilink source parent hideshow 2 child comments replies: [–] erogenouswarzone@lemmy.ml 1 point 3 years ago Yes, but only because it gives you a link to where that was run. Click the link to the right with filename:lineNumber, and it will open the sources tab to that line. Set a breakpoint and rerun to pause there, then step through the code's execution. Of course, if you're using minified or processed code, this will be more difficult, in that case figure out how to do it in VS Code. permalink fedilink source parent
[–] erogenouswarzone@lemmy.ml 1 point 3 years ago Yes, but only because it gives you a link to where that was run. Click the link to the right with filename:lineNumber, and it will open the sources tab to that line. Set a breakpoint and rerun to pause there, then step through the code's execution. Of course, if you're using minified or processed code, this will be more difficult, in that case figure out how to do it in VS Code. permalink fedilink source parent