added gdb to trask
This commit is contained in:
parent
56119f44f4
commit
2a9aa13058
24
exercises/05/.vscode/launch.json
vendored
24
exercises/05/.vscode/launch.json
vendored
@ -1,6 +1,30 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(gdb) Launch task",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/tasks/10_green_bottles",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${fileDirname}",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"MIMode": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
// for Linux
|
||||
"name": "(gdb) Launch",
|
||||
|
BIN
exercises/05/ps5_oyvindps.tar.gz
Normal file
BIN
exercises/05/ps5_oyvindps.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user