Fixups to initial Config
This commit is contained in:
Vendored
+21
-2
@@ -10,6 +10,25 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(gdb) Attach",
|
||||
"type": "cppdbg",
|
||||
"request": "attach",
|
||||
"program": "enter program name, for example ${workspaceFolder}/a.out",
|
||||
"MIMode": "gdb",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -290,9 +309,9 @@
|
||||
"program": "${command:cmake.launchTargetPath}",
|
||||
"args": [
|
||||
"--nosudo", // run without sudo (which will fail because of perms, but allow us to debug deeper into install code.)
|
||||
"--prefix", "/usr",
|
||||
"--disable-p2p"
|
||||
//"--get-current-port"
|
||||
"--install"
|
||||
//"--install"
|
||||
//"--enable-p2p" , "CA", "PiPedalTest","12345678","14"
|
||||
//"--list-p2p-channels"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user