crypto1/.vimspector.json
2023-09-27 10:31:40 -04:00

17 lines
361 B
JSON

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