cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE - is there a command line to enter (gdb) commands?

chriskuku
Senior II

I wonder whether STM32CubeIDE allows for entering a command like

b start

set a breakpoint at "start". Sometimes it is tedious to scroll through the source to find the symbol or location to set the breakpoint. I admit this is easier in high level langiages like C but in my case it is assembly code.

(Maybe through a port gdb is listening to? But then again it would be a command bypassing the IDE)

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
TDK
Super User

You can use the Debugger Console window. It may not be immediately obvious that you can type commands in that window, but you can.

0693W00000Ly6DBQAZ.png

If you feel a post has answered your question, please click "Accept as Solution".
chriskuku
Senior II

Thanks! Great to know :)