Add debug config for timer_test
This commit is contained in:
parent
419a7c8534
commit
46bc7e03a4
7
haversine_02/.vscode/launch.json
vendored
7
haversine_02/.vscode/launch.json
vendored
@ -30,6 +30,13 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"${workspaceFolder}/pairs.json"
|
"${workspaceFolder}/pairs.json"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Debug timer test",
|
||||||
|
"type": "cppdbg",
|
||||||
|
"request": "launch",
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
|
"program": "${workspaceFolder}/timer_test"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user