-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error processing "restartFrame": Error: Internal error #86411
Comments
This is coming from the node debug adapter. Assigning also to @roblourens |
I see the error even on the top frame. |
I leave that up to @roblourens and @connor4312 since the error is coming from the extension |
Cool, this is not supported by Electron. Not only that but if you send restartFrame to the window then the window breaks. We don't really detect if we are debugging Chrome vs Electron but I guess I need to do that. |
Eh I take that back, I got into a bad state once but in other cases it seems fine to just ignore the error. Fixing in the DA. |
Fyi I had this happen on Node 10 putting together microsoft/vscode-js-debug#160. Switching my runtime version to 12 resolved the issue, and everything looked peachy in the traces, so I think it's some V8 issue. |
Yeah I filed an upstream issue then realized that it's fixed in Electron 7. I'm just going to leave this alone. |
Oh this affects extensionHost debugging too, I will work around it for this release |
Thanks for jumping on this Rob |
Can be verifid in chrome-debug starting now |
Verified works debugging VS Code |
I was testing #85626, which works nicely, by debugging VS Code. The only inline action is restart frame, and when I click it I get this error in the debug console:
It happens on any of the frames and the
frame doesn't appear to restart.frame does restart.The text was updated successfully, but these errors were encountered: