We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfc183 commit 1e92c3eCopy full SHA for 1e92c3e
docs/debugging.md
@@ -19,7 +19,7 @@ npm install @google-cloud/functions-framework
19
3. Run `node`, enable the inspector and run the Functions Framework:
20
21
```sh
22
-node --inspect node_modules/@google-cloud/functions-framework --target=helloWorld
+node --inspect node_modules/.bin/functions-framework --target=helloWorld
23
...
24
Debugger listening on ws://127.0.0.1:9229/5f57f5e9-ea4b-43ce-be1d-6e9b838ade4a
25
For help see https://nodejs.org/en/docs/inspector
0 commit comments