From 0376f3993d9d98a8f63134373b1883ec78ade044 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Sat, 13 Jan 2018 12:38:37 -0500 Subject: [PATCH] Remove Native Debug configuration --- Firmware/.vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Firmware/.vscode/launch.json b/Firmware/.vscode/launch.json index e77ffee8..38053439 100644 --- a/Firmware/.vscode/launch.json +++ b/Firmware/.vscode/launch.json @@ -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" - ] - } ] } \ No newline at end of file