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",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "~/ft_printf",
|
||||
"cwd": "/home/baco/ft_printf",
|
||||
"environment": [],
|
||||
"program": "~/baco/ft_printf/build/Debug/outDebug",
|
||||
"program": "/home/baco/ft_printf/build/Debug/outDebug",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "/usr/bin/gdb",
|
||||
|
||||
Reference in New Issue
Block a user