crypto1/.vimspector.json
2023-09-27 17:07:47 -04:00

17 lines
360 B
JSON

{
"configurations": {
"Launch": {
"adapter": "vscode-cpptools",
"filetypes": [ "cpp", "c", "objc", "rust" ], // optional
"configuration": {
"request": "launch",
"program": "./build/main.o",
"cwd": "/home/violette/classes/S9/crypto/",
"externalConsole": true,
"MIMode": "gdb"
}
}
}
}