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

v4.8.0

Compare
Choose a tag to compare
@roblourens roblourens released this 11 Jul 23:05
· 251 commits to master since this release
  • 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