https://github.com/cdaringe/vscode-skip-vm-files
https://github.com/cdaringe/vscode-skip-vm-files
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdaringe/vscode-skip-vm-files
- Owner: cdaringe
- Created: 2018-10-23T19:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:30:38.000Z (over 2 years ago)
- Last Synced: 2025-02-18T06:08:51.320Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# problem
`vscode` does not allow the user to ignore `VM*` named files, created by `eval`'d code.
# usage/demo
- open `index.js`
- set breakpoints
- run the launch configuration
- try to step over the `eval` code
- observed that you are brought into a `VM` file
**note** sometimes i found that vscode would not honor my first breakpoint. that's a seperate issue entirely!