An open API service indexing awesome lists of open source software.

https://github.com/auchenberg/node-v8-inspector-vscode-sample


https://github.com/auchenberg/node-v8-inspector-vscode-sample

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Instructions

1. Install VS Code
2. Install https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
3. Start node with inspector flag `node --inspect` (This should be automated)
3. Go to Debug tab, select Node, press debug
4. Set breakpoint.
5. Party

# Blocking bugs

This debugging experience is currently blocked by https://github.com/nodejs/node/issues/7227 and https://github.com/Microsoft/vscode-chrome-debug-core/issues/17