From 54604db0c76644433264f8a2aa23728672fd2a56 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Wed, 22 Jul 2026 13:00:11 +0200 Subject: [PATCH] Modified debug options. --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b10c9ab..b0131d9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,10 +8,10 @@ "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", - "program": "${workspaceRoot}/build/2D_Engine", + "program": "${workspaceFolder}/build/2D_Engine", "args": [], "stopAtEntry": false, - "cwd": "${workspaceRoot}", + "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, "MIMode": "gdb",