Regressions on non-Ubuntu build.

This commit is contained in:
Robin Davies
2024-11-12 11:37:07 -05:00
parent 66a4ebdfec
commit 3a86a3298e
3 changed files with 33 additions and 6 deletions
+26 -1
View File
@@ -7,7 +7,7 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
// For more information, visicat t: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
@@ -40,6 +40,31 @@
}
]
},
{
"name": "(gdb) external console",
"type": "cppdbg",
"request": "launch",
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
"args": [ ],
"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",
"type": "cppdbg",