How to override the NODE_OPTIONS for debug? #4825
Unanswered
dnafication
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When debug is enabled, the following gets set to start debugger on node.js. Is there a way to modify that to just
--inspect
instead of--inspect-brk
?aws-sam-cli/samcli/local/docker/lambda_debug_settings.py
Line 141 in 9603334
Beta Was this translation helpful? Give feedback.
All reactions