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 was 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 startfunctions deploy myfunction --trigger-httpfunctions inspect myfunctionI get the following output:
Trying to run
functions debuginstead gives this error:I have a
launch.jsonconfiguration added as follows, as specified here:{ "name": "Debug Function", "type": "node", "request": "attach", "port": 5858 }