Summary list

This commit is contained in:
2023-08-13 16:19:17 +02:00
parent 90c92e5c56
commit 2729b92f06
6 changed files with 145 additions and 2 deletions

11
.vscode/launch.json vendored
View File

@@ -34,6 +34,17 @@
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"type": "lldb",
"request": "launch",
"name": "manage",
"program": "${workspaceFolder}/build/src/Platform/manage",
"args": [
"-n",
"20"
],
"cwd": "/Users/rmontanana/Code/discretizbench",
},
{
"name": "Build & debug active file",
"type": "cppdbg",