Vscode Chrome Debug Versions Save

Debug your JavaScript code running in Google Chrome from VS Code.

v3.3.0

6 years ago
  • 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

6 years ago
  • Fix pause overlay on Chrome window - #486

v3.2.0

6 years ago
  • 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

6 years ago

v3.1.7

6 years ago
  • Fix hover on variables defined in async functions using TS transpilation - Microsoft/vscode#31469
  • Decrease extension package size

v3.1.6

6 years ago
  • Support console.dir and other missing console APIs - Microsoft/vscode#29602
  • Resolve longer pathMapping mappings before resolving shorter ones - #444

v3.1.5

6 years ago

v3.1.4

6 years ago
  • 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

6 years ago
  • Fix longstanding sourcemap location mapping error - #112
  • Add existing default values to the sourceMapPathOverrides launch config setting

v3.1.2

6 years ago