mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-22 16:14:37 +08:00
Remove Native Debug configuration
This commit is contained in:
Vendored
-15
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user