|
@ -1,24 +0,0 @@ |
|
|
{ |
|
|
|
|
|
"configurations": { |
|
|
|
|
|
"Launch": { |
|
|
|
|
|
"adapter": "vscode-cpptools", |
|
|
|
|
|
"filetypes": [ "cpp", "c", "objc", "rust" ], // optional |
|
|
|
|
|
"configuration": { |
|
|
|
|
|
"request": "launch", |
|
|
|
|
|
"program": "/home/leo/Documents/Code/kaufland/kaufland", |
|
|
|
|
|
"cwd": "/home/leo/Documents/Code/kaufland", |
|
|
|
|
|
"externalConsole": true, |
|
|
|
|
|
"MIMode": "gdb" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"Attach": { |
|
|
|
|
|
"adapter": "vscode-cpptools", |
|
|
|
|
|
"filetypes": [ "cpp", "c", "objc", "rust" ], // optional |
|
|
|
|
|
"configuration": { |
|
|
|
|
|
"request": "attach", |
|
|
|
|
|
"program": "/home/leo/Documents/Code/kaufland/kaufland", |
|
|
|
|
|
"MIMode": "gdb" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|