Hi i was having trouble using the particle debugger in the VS ide, when running it tells me these errors
Launching GDB: "C:\\Users\\name\\.particle\\toolchains\\gcc-arm\\9.2.1\\bin\\arm-none-eabi-gdb.exe" -q --interpreter=mi2
IMPORTANT: Set "showDevDebugOutput": "raw" in "launch.json" to see verbose GDB transactions here. Very helpful to debug issues or report problems
Launching gdb-server: "C:\\Users\\name\\.particle\\toolchains\\openocd\\0.11.0-particle.4\\bin\\openocd.exe" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s "C:\\Users\\name\\.particle\\toolchains\\openocd\\0.11.0-particle.4\\share\\openocd\\scripts" -f "c:/Users/name/.vscode/extensions/marus25.cortex-debug-1.12.1/support/openocd-helpers.tcl" -f "interface\\cmsis-dap.cfg" -f "target\\stm32f2x.cfg" -c "CDRTOSConfigure FreeRTOS"
Please check TERMINAL tab (gdb-server) for output from C:\Users\name\.particle\toolchains\openocd\0.11.0-particle.4\bin\openocd.exe
Finished reading symbols from objdump: Time: 109 ms
C:\Users\name\.particle\toolchains\gcc-arm\9.2.1\bin\arm-none-eabi-gdb.exe: warning: Couldn't determine a path for the index cache directory.
ERROR: GDB major version should be >= 9, yours is 8
GDB session ended. exit-code: 0
GDB could not start as expected. Bad installation or version mismatch. See if you can start gdb from a shell prompt and check its version (Must be >= 9)
Im pretty sure it has something to do with my version of gdb off the last couple of lines of errors, but everywhere i look online leads me to a dead end, Im doing this on windows if that is at all relevant it seemed like alot of the solution online were suggesting using linux
Thanks for any help