-
Notifications
You must be signed in to change notification settings - Fork 30k
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
v8_inspector: url
field is missed
#7245
Comments
Isn't that a JetBrains bug? |
Yes, it is a JetBrains bug and it will be fixed. But to be consistent, For example, Google Chrome set url to |
I made several fixes and can see basic debug working in the WebStorm - https://github.com/eugeneo/node/tree/webstorm I will need to test it on Windows though. There are also some issues that we do not want to "fix" - I will try to contact JetBrains to describe incompatibilities. |
I opened WebStorm bug here - https://youtrack.jetbrains.com/issue/WEB-21991 I described 2 incompatibilities that are WebStorm issues. |
#8243 added the URL field. This issue can be closed now. |
master
OS X
inspector
node --inspect=9229 --debug-brk foo.js
Actual:
Expected:
url
is missed — should be file path.NPE in the JetBrains Debugger (Chromium Remote run configuration in the JetBrains IDEs can be used to debug node).
The text was updated successfully, but these errors were encountered: