This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
v4.8.0
- Change
smartStep
to only skip through unmapped lines in files with sourcemappings, not files that don't have sourcemappings. You should useskipFiles
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