-
-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
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?
meotimdihia
Metadata
Metadata
Assignees
Labels
No labels