Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Releases: microsoft/vscode-chrome-debug

v3.3.0

13 Sep 20:32
Compare
Choose a tag to compare
  • Show whether paused exception was caught or uncaught - #234
  • Fix issue where 'attach' configs ignores 'timeout' and fails immediately instead of retrying - #501
  • Look up runtimeExecutable scripts with correct extensions for Windows - #448

v3.2.1

01 Sep 21:52
Compare
Choose a tag to compare
  • Fix pause overlay on Chrome window - #486

v3.2.0

28 Aug 05:25
Compare
Choose a tag to compare
  • Support 'Command Line API' in the console - commands like $_ and $(selector) will now work.
  • Wait for sourcemaps to finish loading before resolving sourcemaps in stack traces.
  • Fix error from triggering 'reload' before attaching to Chrome - #484

v3.1.8

16 Aug 05:24
Compare
Choose a tag to compare

v3.1.7

31 Jul 23:00
Compare
Choose a tag to compare
  • Fix hover on variables defined in async functions using TS transpilation - Microsoft/vscode#31469
  • Decrease extension package size

v3.1.6

31 Jul 22:59
Compare
Choose a tag to compare
  • Support console.dir and other missing console APIs - Microsoft/vscode#29602
  • Resolve longer pathMapping mappings before resolving shorter ones - #444

v3.1.5

23 Jun 05:29
Compare
Choose a tag to compare

v3.1.4

15 Jun 01:56
Compare
Choose a tag to compare
  • 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

13 Jun 04:49
Compare
Choose a tag to compare
  • Fix longstanding sourcemap location mapping error - #112
  • Add existing default values to the sourceMapPathOverrides launch config setting

v3.1.2

26 May 15:45
Compare
Choose a tag to compare