From bd6d0c3a5e01c7a1da1f9131797a269200e76b14 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Wed, 13 Apr 2022 22:57:04 +0200 Subject: [PATCH] 2022-04-13 22:57:04 --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9393395..711caba 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",