diff --git a/haversine_02/.vscode/launch.json b/haversine_02/.vscode/launch.json index 9b6a6a8..a5b7711 100644 --- a/haversine_02/.vscode/launch.json +++ b/haversine_02/.vscode/launch.json @@ -30,6 +30,13 @@ "args": [ "${workspaceFolder}/pairs.json" ] + }, + { + "name": "Debug timer test", + "type": "cppdbg", + "request": "launch", + "cwd": "${workspaceFolder}", + "program": "${workspaceFolder}/timer_test" } ] } \ No newline at end of file