Solution
You may have placed a breakpoint inside of your loop inadvertently. This will break your program execution after every iteration of your loop. To remove this breakpoint, you must use the Breakpoint Tool (selected in the figure below). To open the Tools Palette, hold
Shift and
right-click on the Front Panel, or open the
View menu and select
Tools Palette.
With the Breakpoint Tool selected, you can click inside of your loop to clear the breakpoint.
Another way to remove the breakpoint is to use the Breakpoint Manager. Bring up the Breakpoint Manager window (shown below) by
right-clicking on the border of the loop and selecting
Breakpoint»Breakpoint Manager. Once in the Breakpoint Manager window, you can remove the breakpoint by selecting the
breakpoint and then pressing
Clear (Delete).
Double-clicking a breakpoint in the Breakpoint Manager will highlight it on the block diagram.