2.9.3 Execute programs in steps

When either of the following operation has occurred, the program will stop automatically after conducting step execution in the source level (1 line of source text) or in the instruction level (1 instruction).

Once the program is stopped, the contents of each panel will be updated automatically. As such, step execution is suited for debugging the program execution in transition either in source or instruction level.

The unit in which the program is step-executed is determined by the setting of the Editor panel as follows:

 

-

When the button on the toolbar is invalid (default):

Step execution is conducted in source level.

Note, however, that when the focus is in the Disassemble panel or the line information does not exist in the address specified by the current PC value, the step execution is conducted in instruction level.

-

When the button on the toolbar is valid:

Step execution is conducted in instruction level.

Remark

The button is only enabled if the mixed display mode is selected on the Editor panel.

 

Step execution is divided into the following types:

 

2.9.3.1 Step into the function (Step In execution)

2.9.3.2 Step over the function (Step Over execution)

2.9.3.3 Execute until return is completed (Return Out execution)

 

Caution 1.

Break points, break events, and Printf events that have been set do not occur during step execution.

Caution 2.

[Simulator]
You may jump to an interrupt handler during step execution.