-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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 preventing debugging: 'Unknown command "getFrames" in request' #1659
Comments
I don't think the V8 debugger protocol ever had a 'getFrames' request type so I'm not sure why it worked before. Maybe you can take this up with the Webstorm people? |
That patch is where |
From what I've read, I believe this is a WebStorm issue rather than an iojs issue, and it's been reported on their issue tracker here. I mean the V8 update did break the debugger but I don't think that's anyone's fault. Should I close the issue? |
I don't think there is anything we can do here. I'll close the issue for you. |
I've been using iojs with the Webstorm IDE, which used to handle debugging just fine. However since updating to iojs 2.0, Webstorm prints the following error when I try to run it in debug mode:
Cannot stop on breakpoint due to internal error: org.jetbrains.v8.V8CommandProcessor$1: Error: Unknown command "getFrames" in request
Did iojs 2.0 introduce a regression in this method?
The text was updated successfully, but these errors were encountered: