ToolChain Debugger only showing Bundled LLDB, no Bundled GDB Follow
Answered
M1 Mac, macos 13.0 Ventura
I Installed Clion via toolbox, version 2022.2.4
Please sign in to leave a comment.
Because I am using to debug stm32 stuff. I am not sure LLDB will handle it xDDD
Hello!
Bundled GDB was removed from the toolchain page for OS X because it doesn't work on macOS 10.14 Mojave and newer - https://youtrack.jetbrains.com/issue/CPP-14546.
But in case of the embedded development, you still can select the Bundled GDB in your Embedded run/debug configuration. Please do that.
ok I will check it later. Thanks for the reply.