STEP mode: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "By entering RUN STEP or GO STEP, you can run a program in STEP mode. When Business Rules is in STEP mode, "STEP" will be displayed in the bottom left corner of the screen. "IN...")
 
No edit summary
Line 15: Line 15:
<noinclude>
<noinclude>
[[Category:Definitions]]
[[Category:Definitions]]
[[Category:Mode]]
</noinclude>
</noinclude>

Revision as of 02:18, 16 July 2013

By entering RUN STEP or GO STEP, you can run a program in STEP mode. When Business Rules is in STEP mode, "STEP" will be displayed in the bottom left corner of the screen. "INPUT" will be displayed at the points in the program where input is required. The line number field will contain the number of the program line to be executed next.

STEP mode allows debugging in that the program is run one line at a time, moving forward when you press ENTER. Meanwhile, variables can be tested.

See also:

READY mode

ERROR mode

ATTN mode

PAUSE mode