diff --git a/.vscode/launch.json b/.vscode/launch.json index 52b3d7a..4e9b5f1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",