User manual

LPCXpresso Experiment Kit - User’s Guide
Page 144
Copyright 2013 © Embedded Artists AB
It is possible to set breakpoints by double clicking in the left margin. A small dot marks that a
breakpoint has been set to a specific source code line. In Figure 82 below, the breakpoint has been set
to line #34 in function main(). A breakpoint is removed by double-clicking on the dot.
Figure 82 LPCXpresso IDE Set Breakpoint
Pressing the Start button (or F8) will start execution. Hitting a breakpoint will stop execution. Figure 83
below illustrates what the call stack looks like after stopping at line #34 in main().
Double-click in left margin to set breakpoint.
Double-click again to remove.