-
Notifications
You must be signed in to change notification settings - Fork 6
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
Nodejs 8 - Cannot debug JavaScript via Node.JS (Failed to connect to Standalone V8 VM) #77
Comments
I am having this same issue. How to correct this? |
No fix available. I moved to Visual Studio Code. |
i got the same issue too, i guess downgrade nodejs 8 to nodejs 6 may be work |
it's work, downgrade to nodejs v6.12.3 solve |
OK, so it is issue for Nodejs 8+ |
@rajivkanaujia This repository is sources for web site. The main Nodeclipse plugins source are at https://github.com/nodeclipse/nodeclipse-1/ |
For this issue please follow Nodeclipse/nodeclipse#220 |
First issue is that there is some default setting that is still using
--debug
and--debug-brk
When I run my simple app, it works. When I try to debug, I get an error on Console
(node:4376) [DEP0062] DeprecationWarning:
node --debug
andnode --debug-brk
are invalid. Please usenode --inspect
ornode --inspect-brk
instead.The next step was to force
--inspect
or--inspect-brk
via Preference ---> Nodeclipse. This still does not work.My js file is simple
When I try to debug this as a Node Application, I get following at Eclipse Console
Debugger listening on ws://127.0.0.1:5858/b1bdf38d-c53a-472d-89f8-6819c5e4c8b1 For help see https://nodejs.org/en/docs/inspector
But then V8 fails. I am not sure where I need to make the changes. Below is the error I get.
Nodeclipse/chromedevtools failed to connect to Standalone V8 VM ( Check Help (F1) and Support http://www.nodeclipse.org/#support ) . Info: Timed out waiting for handshake
I am using Node: v8.1.0 and Eclipse Version: Neon.3 Release (4.6.3) Build id: 20170314-1500
Any suggestions?
See - Nodeclipse/nodeclipse#107
Is there a need for V8 Inspector Protocol for Eclipse?
Output from log file
How is my project build?
The text was updated successfully, but these errors were encountered: