damogranlabs / VS-Code-STM32-IDE

Use VS Code as STM32 IDE with CubeMX
MIT License
247 stars 52 forks source link

GDB not found #29

Closed mmikkone closed 4 years ago

mmikkone commented 5 years ago

When I try to debug, there's message box: "OpenOCD GDB executable "arm-none-eabi-gdb.exe" was not found. Please configure "cortex-debug.armToolchainPath" correctly."

When I run updatePaths.py, it doesn't even ask the path to gdb. Is it missing?

schperplata commented 5 years ago

cortex-debug.armToolchainPath is updated only on updateWorkspaceFile.py. This keys should also be updated, if you run update.py. I will consider adding this also to updatePaths.py.

schperplata commented 4 years ago

Closing since there was no feedback.