Skip to content
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

Closed
multimeric opened this issue May 8, 2015 · 4 comments
Closed

Comments

@multimeric
Copy link

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?

@mscdex mscdex added the debugger label May 8, 2015
@bnoordhuis
Copy link
Member

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?

@ChALkeR
Copy link
Member

ChALkeR commented May 8, 2015

#877 (comment)

WebStorm is patching the debugger:
https://gist.github.com/indutny/f33f840e0ee4e4cbecc6

That patch is where getFrames is implemented. Maybe it stopped working (or being applied) somewhy?

@multimeric
Copy link
Author

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?

@bnoordhuis
Copy link
Member

I don't think there is anything we can do here. I'll close the issue for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants