2026-04-24 1:18 PM
Using STM32CubeIDE on macos (with STM32H7431VITx, FWIW), the Debug Console has a pretty poor interface, where there's no readline support and even basic things like "arrow up" to recall the latest command doesn't work, rather it moves the cursor up in the text. Gdb's output is black, the text I type is green and when executing a command, it gets echoed in red to the console. A while back I ran the same version on macos and Linux; on Linux on it was providing a full terminal with readline support, as you'd expect, but on macos it was like this and it hasn't improved in the intervening years. Is there some setting that I can enabled to make it a proper terminal with readline support and all on macos?
Version: 2.0.0
Build: 26820_20251114_1348 (UTC)
sample screenshot below:
2026-04-28 12:39 AM
Hello @haleecaero.1
This behavior is most likely related to Eclipse, because STM32CubeIDE is built on the Eclipse CDT debugging framework, and the Debug Console you see is typically an Eclipse-managed console widget.
THX
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.