Hello I'm using Gulp for debugging in vs code,
gulpfile.js
[14:32:18] Starting 'scripts'...
[14:32:20] Finished 'scripts' after 1.89 s
My Question is: Easy Way to Run&debug Node.js Projects? I will Want to Get more error detail or Solution
Hello I'm using Gulp for debugging in vs code,
gulpfile.js
[14:32:18] Starting 'scripts'...
[14:32:20] Finished 'scripts' after 1.89 s
My Question is: Easy Way to Run&debug Node.js Projects? I will Want to Get more error detail or Solution
I Find a Good PlayGround for Node.js, for Run & Debug realtime, mix of babel transpiler and nodemon realtime Monitor for any changes in your node.js Files.
Try node-inspector. There is a StackOver link that contains a link to a YouTube video on using it: debugging node.js with node-inspector
It is installed with the command: $ npm install -g node-inspector