Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Add debug statements where you wish to add your breakpoints, or some IDEs let you do that when clicking on the line number.
Now, to debug, in vs code is F5 and then select nodejs -
drego3063yThe interviewer then may tell you off for using the wrong tag as I know that's popular here at devrant :)
-
"i use the technique of psychic debugging as popularized by Raymond Chen since it's the only reasonable option, which you would kniw if you would know anything about anything."
-
If you think they might ask then why don’t you learn how to do it so you can tell them?
What if interviewer ask me how I debug js (Nodejs ) code?
devrant