This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
v3.4.0
- Show locations for exception messages in the Debug Console
- Fix unmapped names on some stack frames, thanks to @digeff for the PR! - Microsoft/vscode-chrome-debug-core#246
- Exclude some files from the package to make it slightly smaller - thanks to @torn4dom4n for the PR! - Microsoft/vscode-chrome-debug-core#248
- Terminate properly after running in noDebug mode - Microsoft/vscode#36235
- Fix skipping some promise rejections improperly - Microsoft/vscode-chrome-debug-core#250
- Add
env
andcwd
launch config options, thanks to @jpap for the PR! - Microsoft/vscode-chrome-debug#520