cssitegen/.vimspector.json
2022-06-14 15:27:48 +02:00

21 lines
445 B
JSON

{
"configurations": {
"attach": {
"adapter": "netcoredbg",
"configuration": {
"request": "attach",
"processId": "${pid}"
}
},
"launch": {
"adapter": "netcoredbg",
"configuration": {
"request": "launch",
"program": "/home/robert/Projects/csSiteGen/bin/Debug/net6.0/csSiteGen.dll",
"args": [],
"stopAtEntry": false
}
}
}
}