Add debug config for timer_test

This commit is contained in:
Abdelrahman Said 2023-07-23 14:21:11 +01:00
parent 419a7c8534
commit 46bc7e03a4

View File

@ -30,6 +30,13 @@
"args": [
"${workspaceFolder}/pairs.json"
]
},
{
"name": "Debug timer test",
"type": "cppdbg",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/timer_test"
}
]
}