Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

debug in VSCODE #83

Open
tschnoelzer opened this issue May 28, 2018 · 0 comments
Open

debug in VSCODE #83

tschnoelzer opened this issue May 28, 2018 · 0 comments

Comments

@tschnoelzer
Copy link

tschnoelzer commented May 28, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant