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

Releases: microsoft/vscode-chrome-debug

v4.10.2

Choose a tag to compare

@roblourens roblourens released this 27 Sep 18:48

v4.9.1

Choose a tag to compare

@roblourens roblourens released this 04 Sep 03:49
  • Support console.clear()
  • Show errors from Chrome itself, e.g. 404s and other network errors

v4.9.0

Choose a tag to compare

@roblourens roblourens released this 28 Aug 23:00

v4.8.2

Choose a tag to compare

@roblourens roblourens released this 25 Jul 01:00
  • Fix error "Cannot read property 'startsWith' of undefined"

v4.8.1

Choose a tag to compare

@roblourens roblourens released this 25 Jul 01:00

v4.8.0

Choose a tag to compare

@roblourens roblourens released this 11 Jul 23:05
  • 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

Choose a tag to compare

@roblourens roblourens released this 24 Jun 21:27

v4.6.0

Choose a tag to compare

@roblourens roblourens released this 08 Jun 17:53
  • 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

Choose a tag to compare

@roblourens roblourens released this 01 Jun 19:20
  • Fix pathMapping differences with webRoot - #643

v4.4.3

Choose a tag to compare

@roblourens roblourens released this 31 May 21:04
  • A couple of bad publishes. Fixed #655