You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
Trying to run functions debug instead gives this error:
ERROR: Function worker crashed with exit code: 9
undefined(node:8440) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead.
I have a launch.json configuration added as follows, as specified here:
Environment details
Steps to reproduce
functions start
functions deploy myfunction --trigger-http
functions inspect myfunction
I get the following output:
Trying to run
functions debug
instead gives this error:I have a
launch.json
configuration added as follows, as specified here:The text was updated successfully, but these errors were encountered: