-
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
Plain node debugging cannot connect #11864
Comments
Ah, working now. Don't know what was wrong but the magic formula seems to be nvm install then a restart. |
3 tasks
This was referenced Mar 7, 2020
This was referenced Nov 30, 2023
This was referenced Nov 30, 2023
This was referenced Nov 30, 2023
This was referenced Dec 1, 2023
This was referenced Dec 1, 2023
This was referenced Dec 1, 2023
This was referenced Dec 1, 2023
This was referenced Dec 1, 2023
This was referenced Dec 2, 2023
This was referenced Dec 2, 2023
This was referenced Dec 2, 2023
This was referenced Dec 2, 2023
This was referenced Dec 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm having issues using the node debugger. I have installed and uninstalled node a few times using either brew or nvm.
If I run a command like:
node debug fileToTest.js
I get output like so, but no connection is made (everything just hangs):
This issue is NOT happening in versions 7.x.x but that's not compatible with my code.
As a temporary workaround I seem to be able to use the chrome debugging with the command:
node --inspect --debug-brk fileToTest.js
But I'd prefer to be able to use the regular command, as it's used by other debuggers in IDEs that I want to use (Atom, WebStorm, etc).
The text was updated successfully, but these errors were encountered: