azure-functions-pack icon indicating copy to clipboard operation
azure-functions-pack copied to clipboard

debug in VSCODE

Open tschnoelzer opened this issue 6 years ago • 0 comments

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

tschnoelzer avatar May 28 '18 11:05 tschnoelzer