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
v3.3.0
v3.2.1
v3.2.0
v3.1.8
- Fix for old runtimes that don't support setAsyncCallStackDepth - Microsoft/vscode-chrome-debug-core#226
- Download sourcemaps referenced with file:/// properly - Microsoft/vscode-chrome-debug-core#205
- Fix errors when stepping too quickly - Microsoft/vscode#27696
- Fix some values not formatted correctly in the debug console - Microsoft/vscode#32064
v3.1.7
- Fix hover on variables defined in async functions using TS transpilation - Microsoft/vscode#31469
- Decrease extension package size
v3.1.6
- Support
console.dir
and other missingconsole
APIs - Microsoft/vscode#29602 - Resolve longer
pathMapping
mappings before resolving shorter ones - #444
v3.1.5
- Fix evaluating object literals in the console - Microsoft/vscode-node-debug2#104
- Fix error callstacks in console sometimes not being sourcemapped - Microsoft/vscode-chrome-debug-core#212
v3.1.4
- Fix breakpoints not binding in apps built with Angular 1.1.1 (or any other app with a particular webpack config) - Microsoft/vscode#28730
- Restore ability to create a launch.json with the default configs when pressing F5, and one is not already present.
v3.1.3
v3.1.2
- Fix first frame appearing twice (in VS Code 1.13) and fix callstack paging - Microsoft/vscode#25594
- Enhance path matching by accepting partial paths in
pathMapping
- thanks to llgcode for the PR! - Microsoft/vscode-chrome-debug-core#202