10 years, 6 months ago.

tracing a program

hi all new to mbed... So I can compile & d/load to a board (frdm-kl25z), but how can you DEBUG a program? (i.e. add breakpoints, stop /start / single step/ show register values, etc as is essential to any debug session?

1 Answer

10 years, 6 months ago.

From the online compiler you cannot do this. You can export your program to your favorite offline compiler and use that to debug. Or alternatively as what many will do: Stick to printf style debugging.