Compare Chrome extensions: Node Js Debugger vs Node Debugger

Stats Node Js Debugger Node Js Debugger Node Debugger Node Debugger
User count 170 1,000+
Average rating 4.60 5.00
Rating count 5 3
Last updated 2017-07-05 2016-10-28
Size 540.67K 2.31M
Version 1.0.0 0.6.0
Short description
For Node JS App Debug Node in Chrome devtools
Full summary

This Extensions is use for Node.js version 6.x.x debugger. Node.Js version 6.x.x debugger always change the debug token. So This Extension Will help you to track the new token and Open the debugger in a new tab.

Instruction: Step1: Type the Node.js app name (This for you to identify which project you are going to use), Type the Node.JS Project' IP and Port Step2: You will see the App information already show on the app list Step3: Click the App Name, Then the Debugger will start running. Step4: Enjoy.

Connect to v8 inspector debugging instances! This extension allows you to save configured debugging sessions and will automatically check them for availability on startup.

To quickly get started you can do the following:

  • Start a node 6.3+ process with the --inspect flag set (this will start a debugging session at localhost:9229)
  • Click on the extension icon in Chrome and see that the Default session is available.
  • Click on the Default session and a new Chrome window will load with the devtools connected to node.
  • Carry on making great apps!

Roadmap ahead:

  • Attempt to detect when the debugger goes offline (this happens frequently in development with Nodemon) and attempt to reconnect automatically