Unbound Breakpoint - setBreakpoints: RangeError: Start offset -2097234512 is outside ... #845
Closed
Description
opened on Nov 5, 2020
Hi Team,
after upgrading our development environment we also started suffering on the "Unbound Breakpoint" issue.
Setting debug.javascript.usePreview: false
brings them back to life.
So we started searching and analyzing (learned from the other tickets that there might be name / path discrepancies) so we created the debug trace and dropped it in the analyzer - but we discovered something we are not able to find anything on.
The message we found is:
Error processing setBreakpoints: RangeError: Start offset -2097234512 is outside the bounds of the buffer at new Uint8Array (<anonymous>) at l._parseMappings (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:36:20720) at l._getMappingsPtr (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:36:20590) at /Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:36:24379 at Object.withMappingCallback (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:36:30500) at l.generatedPositionFor (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:36:24300) at a.generatedPositionFor (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:15:2633633) at Object.t.getOptimalCompiledPosition (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:1:54161) at b.predictBreakpoints (/Users/home/Applications/Development/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/extension.js:15:2555663)
Any hints what we hit here and how to get it working without disabling the preview debugger?
The logfile:
vscode-debugadapter-0.json.gz
VS Code Version: 1.50.1
Thanks & Bye,
Chris
Activity