This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
Releases: microsoft/vscode-chrome-debug
Releases · microsoft/vscode-chrome-debug
v4.4.0
- Allow enabling auto
userDataDir
when runtimeExecutable is set - #641 - Show correct source locations for log messages from logpoints - Microsoft/vscode#47274
- Display objects in logpoint messages using interactive object tree view - Microsoft/vscode#47275
- Fix incorrectly formatted
.scripts
entries - Remove left behind
targetTypes
attach config prop - More localized strings
- A variety of smaller fixes and tweaks
v4.3.0
- Enable "log points", requires VS Code 1.22 - Microsoft/vscode#45128
- Workaround for
"'Browser.getVersion' wasn't found"
issue - #633
v4.2.2
- Fix another breakpoints case related to Microsoft/vscode#45657
- Fix NPE when toggling skip on files that are only in the stack after a label or async frame
- Fix "start without debugging" navigation - Microsoft/vscode-chrome-debug#620
v4.2.1
- Fix Windows issue with breakpoints not binding if they were set before launch - Microsoft/vscode#45657
- Work around issue where hover shows wrong 'this' - Microsoft/vscode#44785
- Fix Chrome session restore prompt showing on every start - thanks to @aj-r for the PR! - PR #606
v4.2.0
- Use more precise extension activation events to prevent unneeded activation
- Apply sourceMapPathOverrides in order of longest->shortest, instead of key order within the object - Microsoft/vscode-chrome-debug-core#297
- Make sourceMapPathOverrides default values in package.json match the defaults applied in code - Microsoft/vscode-chrome-debug#581
- Add "Toggle Smart Step" command - Microsoft/vscode-chrome-debug-core#298
- Fix error when setting BP in scripts with certain weird sourcemap names - Microsoft/vscode#42162
- Fix various breakOnLoad-related issues - PR Microsoft/vscode-chrome-debug-core#283, PR Microsoft/vscode-chrome-debug-core#285 and others
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
v4.0.0
- Implement the
breakOnLoad
launch config option to hit breakpoints in code that runs immediately when the page logs - PR #513 and PR Microsoft/vscode-chrome-debug-core#241 - Most strings (error messages, launch config property descriptions, etc) are now translated on Transifex
- Resolve
webRoot
variables on the left side ofsourceMapPathOverrides
mappings, not just the right side. Thanks Amit Mittal for the PR! - PR #543 - Set focus in
webRoot
after using a launch config snippet - #539 - Fix error/log messages out of order due to async handling - Microsoft/vscode#37770
v3.5.0
- Support debug console colorization for eval results - Microsoft/vscode#35324
- Fix rare NPE when running in noDebug mode - Microsoft/vscode-node-debug2#149
- Remove deprecated startSessionCommand API - #517
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
v3.3.1
- (In VS Code 1.17), show the source location of log statements and exceptions in the debug console - Microsoft/vscode#34626
- Fix error messages that can appear when detaching from Chrome - Microsoft/vscode#34615