aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2025-06-02 20:28:39 +0200
committerLadislav Zezula <zezula@volny.cz>2025-06-02 20:28:39 +0200
commit630de2ee1925d1d1b9bf1404e189a5a319ee3c1e (patch)
treee8c394394c8c4cd19f8989967c6b36f7dc0f844e /.vscode
parent0ce73c5b464cb438f9faae69c5a8305241898b54 (diff)
Fixed bug in test program that caused bad cosmetic effects during log print
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index e9457ca..e9418f6 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,7 @@
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/build/StormLib_test",
+ "program": "${workspaceFolder}/build/test/StormLib_test",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",