diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 12:49:21 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 12:49:21 +0200 |
| commit | 7514e260e406ea3706b9f3cfb167b0c8c0217798 (patch) | |
| tree | b4f040f124ad6acc7c335c0381b6f986795d320f /day4 | |
| parent | a60122ac95a2563e7a08edeac94d77d47179bb0a (diff) | |
Fix debug config for day4
Diffstat (limited to 'day4')
| -rw-r--r-- | day4/.vscode/launch.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/day4/.vscode/launch.json b/day4/.vscode/launch.json index 1a86bee..ed9806a 100644 --- a/day4/.vscode/launch.json +++ b/day4/.vscode/launch.json @@ -18,9 +18,9 @@ "kind": "bin" } }, - "args": [], - "cwd": "${workspaceFolder}/target/debug/", - "program": "${workspaceFolder}/target/debug/day4" + "args": ["input.txt"], + "cwd": "${workspaceFolder}" + //"program": "${workspaceFolder}/target/debug/day4" }, { "type": "lldb", |
