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
- Host: GitHub
- URL: https://github.com/auchenberg/node-v8-inspector-vscode-sample
- Owner: auchenberg
- Created: 2016-06-08T17:55:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T17:58:15.000Z (over 9 years ago)
- Last Synced: 2025-01-06T18:36:06.299Z (9 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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