Download analytis

This commit is contained in:
Robin Davies
2024-09-23 13:48:19 -04:00
parent 77c5184d7c
commit 33cccec1f3
7 changed files with 351 additions and 54 deletions
+25
View File
@@ -92,6 +92,31 @@
}
]
},
{
"name": "(gdb) downloadCounts",
"type": "cppdbg",
"request": "launch",
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
"args": [ "--downloads" ],
"stopAtEntry": false,
"cwd": "${workspaceFolder}/../..",
"environment": [
{
"name": "PATH",
"value": "$PATH:${command:cmake.launchTargetDirectory}"
}
],
"externalConsole": true,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},
{
"name": "(gdb) pipedal_nm_p2pd",