2022-04-13 22:57:04
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -7,9 +7,9 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"args": [],
|
"args": [],
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": "~/ft_printf",
|
"cwd": "/home/baco/ft_printf",
|
||||||
"environment": [],
|
"environment": [],
|
||||||
"program": "~/baco/ft_printf/build/Debug/outDebug",
|
"program": "/home/baco/ft_printf/build/Debug/outDebug",
|
||||||
"internalConsoleOptions": "openOnSessionStart",
|
"internalConsoleOptions": "openOnSessionStart",
|
||||||
"MIMode": "gdb",
|
"MIMode": "gdb",
|
||||||
"miDebuggerPath": "/usr/bin/gdb",
|
"miDebuggerPath": "/usr/bin/gdb",
|
||||||
|
|||||||
Reference in New Issue
Block a user