You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
I am using vscode 1.9.0 with extension debugger for chrome 2.5.1.
With 1 breakpoint in code running the debugger and hitting this breakpoint gives me the following error
Error processing "stackTrace": TypeError: Cannot read property 'scriptId' of undefined
at ChromeDebugAdapter.displayNameForSourceReference (C:\Users\lneville.LNM.vscode\extensions\msjsdiag.debugger-for-chrome-2.5.1\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:1503:50)
at ChromeDebugAdapter. (C:\Users\lneville.LNM.vscode\extensions\msjsdiag.debugger-for-chrome-2.5.1\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:868:46)
at next ()
at fulfilled (C:\Users\lneville.LNM.vscode\extensions\msjsdiag.debugger-for-chrome-2.5.1\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:7:58)
at process._tickCallback (internal/process/next_tick.js:103:7)
I changed return statement code with the commented out code to at least make it work but didn't go in deeper why it returned an empty handle
I am using vscode 1.9.0 with extension debugger for chrome 2.5.1.
With 1 breakpoint in code running the debugger and hitting this breakpoint gives me the following error
I changed return statement code with the commented out code to at least make it work but didn't go in deeper why it returned an empty handle
The text was updated successfully, but these errors were encountered: