-
Notifications
You must be signed in to change notification settings - Fork 587
Making debugger work with nodemon and babel-node #127
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
Comments
Hi @ganapativs! Have you tried adding Something like this:
Here is my
|
@strattadb I don't remember if I did that. I'll try this today and let you know 👍 |
Closing due to no activity. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to debug with vscode, debugger gets attached, breakpoint gets added(shows proper red dot). but, the control won't stop at breakpoint.
But, in chrome inspect(chrome://inspect), everything works fine.
The app is running inside docker.
command(notice
babel-node
here):nodemon --delay 5 --inspect=0.0.0.0:9229 -w src --exec \"babel-node src\"
launch.json
What am I missing here?
The text was updated successfully, but these errors were encountered: