The Breakpoint Tool
The Breakpoint tool allows you to halt the program execution when it reaches a certain location. When a breakpoint is hit you can take all the time you want to watch other vari- ables values or check every condition you need t verify before resuming the program ex- ecution; with breakpoints you also have the option of executing only the next instruction, running your program step by step.Breakpoints cannot be used with SFC modules