-
Notifications
You must be signed in to change notification settings - Fork 159
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
node --inspect (from docs) debugging not working #645
Comments
PS - I'm using node version |
It's not because the app is dockerized. I tried this locally (using node
|
@mansona I believe you wrote parts of the documentation that I learnt this method from. Do you have any idea what could be going on? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
node_modules/.bin/ember s
and FastBoot app works fine:Running
node --inspect=0.0.0.0:9230 node_modules/.bin/ember s
as seen in the docs crashes the build:The crash keeps removing the files (because dockerized app) but if the error dump is really really important and the above log is not enough in terms of hints for more knowledgable people, I can add volumes so I can attach this dump. But it looks like the app is spinning (debugger keeps trying to attach) and then it crashes unexpectedly.
The text was updated successfully, but these errors were encountered: