-1

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

Saeed Heidarizarei
  • 8,406
  • 21
  • 60
  • 103

2 Answers2

0

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.

Saeed Heidarizarei
  • 8,406
  • 21
  • 60
  • 103
-1

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

Community
  • 1
  • 1