Vscode Chrome Debug Versions Save

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

v4.10.2

5 years ago

v4.9.1

5 years ago
  • Support console.clear()
  • Show errors from Chrome itself, e.g. 404s and other network errors

v4.9.0

5 years ago

v4.8.2

5 years ago
  • Fix error "Cannot read property 'startsWith' of undefined"

v4.8.1

5 years ago

v4.8.0

5 years ago
  • Change smartStep to only skip through unmapped lines in files with sourcemappings, not files that don't have sourcemappings. You should use skipFiles to skip files that don't have sourcemappings (like node_modules)
  • Don't crash if Chrome sends a scope with invalid locations - Microsoft/vscode-chrome-debug-core#333

v4.7.0

5 years ago

v4.6.0

5 years ago
  • Enable breakOnLoad by default 🎉 - #594
  • Fix skipFiles in some cases when sourcemappings don't cover the full document, like in webpack - #667
  • Fix downloading sourcemaps when offline - #638
  • Fix an incorrect sourceMappingUrl case - #653
  • Fix global completions in Debug Console when not at a breakpoint - Microsoft/vscode-chrome-debug-core#331

v4.5.0

5 years ago
  • Fix pathMapping differences with webRoot - #643

v4.4.3

5 years ago
  • A couple of bad publishes. Fixed #655