added configuration for self debugging
This commit is contained in:
parent
6195f15cac
commit
7f4f5841fd
1 changed files with 12 additions and 0 deletions
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
|
@ -13,6 +13,18 @@
|
|||
"outDir": "${workspaceRoot}/out/src",
|
||||
"preLaunchTask": "npm"
|
||||
},
|
||||
{
|
||||
"name": "code-debug server",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"runtimeArgs": [ "--nolazy" ],
|
||||
"program": "${workspaceRoot}/src/gdb.ts",
|
||||
"stopOnEntry": false,
|
||||
"args": [ "--server=4711" ],
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/out/src",
|
||||
"cwd": "${workspaceRoot}"
|
||||
},
|
||||
{
|
||||
"name": "Launch Tests",
|
||||
"type": "extensionHost",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue