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

v4.10.2

27 Sep 18:48
Compare
Choose a tag to compare

v4.9.1

04 Sep 03:49
Compare
Choose a tag to compare
  • Support console.clear()
  • Show errors from Chrome itself, e.g. 404s and other network errors

v4.9.0

28 Aug 23:00
Compare
Choose a tag to compare

v4.8.2

25 Jul 01:00
Compare
Choose a tag to compare
  • Fix error "Cannot read property 'startsWith' of undefined"

v4.8.1

25 Jul 01:00
Compare
Choose a tag to compare

v4.8.0

11 Jul 23:05
Compare
Choose a tag to compare
  • 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

24 Jun 21:27
Compare
Choose a tag to compare

v4.6.0

08 Jun 17:53
Compare
Choose a tag to compare
  • 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

01 Jun 19:20
Compare
Choose a tag to compare
  • Fix pathMapping differences with webRoot - #643

v4.4.3

31 May 21:04
Compare
Choose a tag to compare
  • A couple of bad publishes. Fixed #655