https://github.com/auchenberg/vscode-simple-webroot-example
https://github.com/auchenberg/vscode-simple-webroot-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/auchenberg/vscode-simple-webroot-example
- Owner: auchenberg
- Created: 2017-07-25T04:58:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T04:58:23.000Z (about 8 years ago)
- Last Synced: 2025-01-06T18:35:53.682Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps
1. npm install
2. npm start
3. open project in VS Code
4. Press F5 or go to debugger choose Chrome, press green button
5. Set breakpoint within bundle.js, line 3
6. Wait max 5 sec.
7. Breakpoint hit.