Break Points

Before a running Warrior program is going to execute a cell with a break point, the MARS will stop (BREAK). You can look, what happend in memory, or modifiy something. After you did, whatever you wanted to, you will usually click the CONTINUE button and let the MARS resume execution, or you use the single STEP mode, to watch the programs executing their instructions step by step. This is very useful to find out, why your program does not, what it ought to.

If the cell has a "trace point", the MARS only stops, when the program, that is going to execute the command, is beeing traced.


next