Skip to content
Snippets Groups Projects
Commit b811a22b authored by Marek Blok's avatar Marek Blok
Browse files

minor update

parent c8924714
No related merge requests found
...@@ -24,25 +24,6 @@ ...@@ -24,25 +24,6 @@
} }
], ],
"preLaunchTask": "Build Ex1_task3.cpp" "preLaunchTask": "Build Ex1_task3.cpp"
},
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "wprowadź nazwę programu, na przykład ${workspaceFolder}/a.out",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Włącz formatowanie kodu dla gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
} }
] ]
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment