Skip to content

johnjbarton/node-v8-inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-v8-inspector

node-v8-inspector

Chrome extension for launching V8 Inspector for Node.js debugging.

Usage

  1. Install the node-v8-inspector extension from the Chrome Web Store.
  2. Run a Node.js application with the --inspect command line flag.
  3. Open the node-v8-inspector extension in Chrome.
  4. Verify that host and port match your application's host and debug port. The default value is 9229, the same default used by Node.js. The host defaults to localhost.
  5. Press Launch V8 Inspector button.
  6. Debug your application.
  7. Profit (optional).

About

Chrome extension for launching V8 Inspector for Node.js debugging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.6%
  • CSS 27.7%
  • HTML 25.7%