Add best config for debug in vscode

This commit is contained in:
Ricardo Montañana Gómez 2023-09-22 01:04:36 +02:00
parent c4f9187e2a
commit 3a16589220
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

14
.vscode/launch.json vendored
View File

@ -37,6 +37,20 @@
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"type": "lldb",
"request": "launch",
"name": "best",
"program": "${workspaceFolder}/build/src/Platform/best",
"args": [
"-m",
"BoostAODE",
"-s",
"accuracy",
"--build",
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"type": "lldb",
"request": "launch",