crypto1/.vimspector.json

17 lines
361 B
JSON
Raw Normal View History

2023-09-27 14:31:40 +00:00
{
"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"
}
}
}
}