We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi!
I start to learn STM32 (STM32F103GB on MCBSTM32 board, example project "blinky") and have faced with following problem: I can't insert breakpoint in C and "insert/remove breakpoint" button on Debug Toolbar always disabled. The only way to define breakpoint is double-click on grey window bar in disasm window. Program executed, breakpoint in disasm occurs... but what can I do to use breakpoits in C?
Regards, Ilya.
I don't think it's a big deal to stop and then set a breakpoint. Depends on the application.
If application is working in a more complex system, let's say with CAN communication and motor control, you can't afford to stop the program just to set a breakpoint.....
You can set your breakpoints before run or you can set advanced breakpoints