Remove Native Debug configuration

This commit is contained in:
Paul Guenette
2018-01-13 12:38:37 -05:00
parent 84d7ced043
commit 0376f3993d
-15
View File
@@ -17,20 +17,5 @@
],
"cwd": "${workspaceRoot}"
},
// For the Native Debug extension
{
"type": "gdb",
"request": "attach",
"name": "Debug Firmware",
"target": "localhost:3333",
"gdbpath": "arm-none-eabi-gdb",
"remote": true,
"executable": "./build/ODriveFirmware.elf",
"cwd": "${workspaceRoot}",
"printCalls": false,
"autorun": [
"monitor reset halt"
]
}
]
}