mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 23:45:57 +00:00
Add some type casting to CPPFImdlp Add additional path to datasets in tests Fix some smells in sample Join CMakeLists
21 lines
536 B
JSON
21 lines
536 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "lldb puro",
|
|
"type": "cppdbg",
|
|
// "targetArchitecture": "arm64",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/build/sample",
|
|
"args": [
|
|
"-f",
|
|
"iris"
|
|
],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceRoot}/build/",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "lldb"
|
|
},
|
|
]
|
|
} |