From 3a16589220bbd14f112153ae3158fefc2089b53b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Fri, 22 Sep 2023 01:04:36 +0200 Subject: [PATCH] Add best config for debug in vscode --- .vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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",