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?
How do you perform debugging with
backpack?I'm using VS Code.
For Node.js program, by default the config would be like:
How to adjust this?
And maybe should also put this in the docs?