Introduction to debugging NodeJS code
In this blog we are going to see, how to use the debugging using node js code.
Node JS has inbuilt debugger functionalities.
Node JS has inbuilt debugger functionalities.
To use that, in the command promt type node debug theNodeJsScript.js.
This debugger client is not a full feature one, but simple step and inspection are possible.
Lets have a small program as an example for debugging the code, this can be saved in debugging.js file
Comments
Post a Comment