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
Hi, we were trying to debug cloud functions locally, using functions-framework.
It seems that the doc is out of date, it doesn't work if you point to .bin folder
Debugger listening on ws://127.0.0.1:9229/5f57f5e9-ea4b-43ce-be1d-6e9b838ade4a
25
25
For help see https://nodejs.org/en/docs/inspector
@@ -28,6 +28,4 @@ Function: helloWorld
28
28
URL: http://localhost:8080/
29
29
```
30
30
31
-
> Note that the [symlinked executable](https://docs.npmjs.com/cli/v8/configuring-npm/folders#executables) of the function framework in node_modules/**.bin**/functions-framework is used to direct the debugger to the necessary entrypoint.
32
-
33
31
You can now use an IDE or other tooling to add breakpoints, step through your code and debug your function.
0 commit comments