Ps
Size: a a a
Ps
Ps
Ps
{
"configurations": {
"Vim - run a test": {
"adapter": "vscode-cpptools",
"configuration": {
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/p2p-network",
"args": [
"${Test}.vim"
],
"cwd": "${workspaceRoot}/",
"environment": [
{ "name": "VIMRUNTIME", "value": "${workspaceRoot}/" }
],
"MIDebuggerPath": "/usr/bin/gdb",
"externalConsole": true,
"stopAtEntry": true,
"MIMode": "gdb",
"logging": {
"engineLogging": false
}
}
}
}
}
Ps
A
Ps
Ps
Ps
A
A