https://github.com/artdecocode/debugger-report
A package to reproduce a bug in VS Code when debugger opens incorrect file.
https://github.com/artdecocode/debugger-report
Last synced: 11 months ago
JSON representation
A package to reproduce a bug in VS Code when debugger opens incorrect file.
- Host: GitHub
- URL: https://github.com/artdecocode/debugger-report
- Owner: artdecocode
- License: mit
- Created: 2018-07-19T23:42:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T14:47:00.000Z (over 7 years ago)
- Last Synced: 2025-01-08T06:32:27.189Z (about 1 year ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# debugger-report
`debugger-report` is a Node.js package to reproduce a bug in VS Code when debugger opens incorrect file.
## Steps to Reproduce
1. Clone the repository.
```sh
git clone https://github.com/artdecocode/debugger-report.git
code debugger-report
```
2. Open `test/spec/index.js` and set a breakpoint and line 15.
3. Hit `F5` and wait for the debugger to start. It will pause in the `src/index.js` file at line 15 rather than in `test/spec/index.js`.

---
(c) [Art Deco][1] 2018
[1]: https://artdeco.bz