2023-06-29 20:00:41 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "lldb",
|
|
|
|
"request": "launch",
|
2023-07-25 23:39:01 +00:00
|
|
|
"name": "sample",
|
|
|
|
"program": "${workspaceFolder}/build/sample/BayesNetSample",
|
2023-07-01 12:45:44 +00:00
|
|
|
"args": [
|
2023-07-25 23:39:01 +00:00
|
|
|
"-d",
|
|
|
|
"iris",
|
|
|
|
"-m",
|
2023-07-31 17:53:55 +00:00
|
|
|
"TANNew",
|
2023-07-25 23:39:01 +00:00
|
|
|
"-p",
|
2023-07-30 17:00:02 +00:00
|
|
|
"/Users/rmontanana/Code/discretizbench/datasets/",
|
2023-07-25 23:39:01 +00:00
|
|
|
"--tensors"
|
2023-07-01 12:45:44 +00:00
|
|
|
],
|
2023-07-30 17:00:02 +00:00
|
|
|
//"cwd": "${workspaceFolder}/build/sample/",
|
2023-06-29 20:00:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "lldb",
|
|
|
|
"request": "launch",
|
2023-07-23 23:15:12 +00:00
|
|
|
"name": "experiment",
|
|
|
|
"program": "${workspaceFolder}/build/src/Platform/main",
|
|
|
|
"args": [
|
|
|
|
"-m",
|
2023-07-31 17:53:55 +00:00
|
|
|
"TANNew",
|
2023-07-23 23:15:12 +00:00
|
|
|
"-p",
|
2023-07-27 14:51:27 +00:00
|
|
|
"/Users/rmontanana/Code/discretizbench/datasets",
|
|
|
|
"--stratified",
|
|
|
|
"-d",
|
2023-07-31 17:53:55 +00:00
|
|
|
"iris"
|
2023-07-23 23:15:12 +00:00
|
|
|
],
|
|
|
|
"cwd": "${workspaceFolder}/build/src/Platform",
|
2023-06-30 00:46:06 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Build & debug active file",
|
|
|
|
"type": "cppdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceFolder}/build/bayesnet",
|
|
|
|
"args": [],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"environment": [],
|
|
|
|
"externalConsole": false,
|
|
|
|
"MIMode": "lldb",
|
|
|
|
"preLaunchTask": "CMake: build"
|
2023-06-29 20:00:41 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|