From 81c4e3e585bbbf35c704fd7fa3a521c27dabe0ad Mon Sep 17 00:00:00 2001 From: JYJSXX Date: Mon, 2 Sep 2024 01:23:40 +0800 Subject: [PATCH] 1 --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 27dc726..e03f451 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,9 +8,9 @@ "type": "lldb", "request": "launch", "name": "Debug", - "program": "${workspaceFolder}/", //TODO: Add executable file here + "program": "${workspaceFolder}/build/src/lab0_debug", "args": [ - "" // TODO: Add arguments here + "-t", ], "cwd": "${workspaceFolder}" } -- GitLab