GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 158 forks source link

patching debugging docs #419

Closed cstanger closed 2 years ago

cstanger commented 2 years ago

After #377 adopting the entrypoint to ./build/src/main.js, the Node Inspector does not work as expected.

By pointing on the symlinked executable in node_modules/.bin/functions-framework (which is reflecting the right entry point) someone can use the functions framework in conjunction with the node inspector as expected.