Skip to content

How to debug this project? #175

@Altiano

Description

@Altiano

How do you perform debugging with backpack ?
I'm using VS Code.

For Node.js program, by default the config would be like:

        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "skipFiles": [
                "<node_internals>/**"
            ],
            "program": "${workspaceFolder}/build/main.js"
        }

How to adjust this?
And maybe should also put this in the docs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions