This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
v4.1.0
- Implement "step into async code". "step in" on
setTimeout
will now step into the body of the setTimeout if no other breakpoints are hit first. Requires Chrome 65 - Microsoft/vscode-chrome-debug-core#266 - Show exception scope for top frame only - Microsoft/vscode-chrome-debug-core#233
- Fix regex character handling in the left side of
sourceMapPathOverrides
- thanks to @msafi for the PR! - PR Microsoft/vscode-chrome-debug-core#261 - Fix errors showing up in some breakpoint scenarios - thanks to @obastemur for the PRs! - PR Microsoft/vscode#263 and PR Microsoft/vscode-chrome-debug-core#265
- Parse sourcemaps more lazily, to improve startup performance
- Fix
.*
pattern inskipFiles
(literal.
followed by wildcard) - Microsoft/vscode-chrome-debug-core#268 - Fix broken "Toggle skipping this file" command (in Insiders) - Microsoft/vscode#41945
- Fix race condition in handling skipFiles in some sourcemapped files - Microsoft/vscode-chrome-debug-core#266