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

debug in VSCODE #83

@tschnoelzer

Description

@tschnoelzer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions