-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Debugger isn't stopped at the debugger;
statement when debugging using --inspect
#10457
Comments
|
Got it, thanks! So in this case |
|
@eugeneo, so is my understanding correct that if |
Update on this. The flag has changed recently to
|
Hi max i had the same issue. I tried "node inspect app.js" to start the debugger using the inspector protocol without the two dashes "--" and it worked. I used the chrome devtools with chrome://inpsect Reference: https://nodejs.org/api/debugger.html -- node -v v12.19.0 |
Things work differently between |
v6.9.2:
Windows10 x64:
When debugging with Chrome using
$ node --inspect filename
feature described here, the debugger isn't stopped at thedebugger;
statement as stated in the same manualfor the
$ node debug filename
feature.Is behavior different for the
--inspect
feature anddebugger;
statement is not supported?The text was updated successfully, but these errors were encountered: