-
Notifications
You must be signed in to change notification settings - Fork 122
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 doesn't work when used in NODE_OPTIONS #235
Comments
Is there an error here? That looks like what I would expect to see when using |
Sorry, forgot to include the 3rd line with the error:
|
This is expected behavior, |
Oh interesting, so is there anyway to pass |
Any options that aren't for node-dev are passed on to the node process. You should be able to do |
When running this command:
NODE_OPTIONS="-r esm --inspect=0.0.0.0:9229" node_modules/.bin/node-dev test_inspect.js
I get this error:
The text was updated successfully, but these errors were encountered: