diff --git a/.vscode/launch.json b/.vscode/launch.json index 27dc726797ef1c2e36260c4eec44a4f91df80cae..e03f45162be44af9894e33d14b09e82ef97db134 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}" }