azure-functions-pack
azure-functions-pack copied to clipboard
debug in VSCODE
Hi Team,
how to debug a azure function in VSCode when using funcpack? When I remove the entries in function.json
"_originalEntryPoint": false, "_originalScriptFile": "index.js", "scriptFile": "../.funcpack/index.js", "entryPoint": "messages"
then it works. is there a way to extend launch.json to use the original scriptfile.
a workaround is to set "scriptFile": "index.js", but i am sure there is a better way ...
best Timo