-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Inspect not working #1191
Comments
You might be the last person using Can you raise a PR to fix this? I'm pretty sure it's because nodemon uses |
(please note - the PR that's linked to this issue is actually for a completely different issue - I just made a mistake in the commit message and github has linked them together). |
nodemon -v
: 1.14.2node -v
: 9.2.0nodemon inspect app.js
Expected behaviour
I was expecting to see the same behavior as seen in v1.12.3 where it open the node inspect as if I ran
node inspect app.js
:Here's the command and output from v1.12.3:
Actual behaviour
The program executes normally and doesn't pause for debugging. Here's the output when using the same command on v1.14.2:
Steps to reproduce
Create a simple script like the following and run the command above.
If applicable, please append the
--dump
flag on your command and include the output here **ensuring to remove any sensitive/personal details or tokens.The text was updated successfully, but these errors were encountered: