aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorLadislav Zezula <Ladislav Zezula>2023-06-27 09:57:13 +0200
committerLadislav Zezula <Ladislav Zezula>2023-06-27 09:57:13 +0200
commitbf5d6d10c136fefd73d3e02304111b26dc6b19b8 (patch)
tree053668e8e731d6f033ee8460981a4ef6fd571861 /.vscode/launch.json
parentf51ee604991743b2eb4a61bc200843d7191d48e7 (diff)
Renamed the output executable
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 229422d..9da39f0 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -3,13 +3,13 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
- "program": "./build/storm_test",
+ "program": "./build/StormLib_test",
"configurations": [
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
- "program": "${workspaceFolder}/build/storm_test",
+ "program": "${workspaceFolder}/build/StormLib_test",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",