Perform any of the following operations to start executing the program from the address at the current PC value.
Click the button on the debug toolbar.
When this operation is performed, the program continues to be executed until either of the following occurs:
The button has been clicked (see "2.9.2 Stop the program manually"). |
The PC has reached a breakpoint (see "2.9.3 Stop the program at the arbitrary position (breakpoint)"). |
A break event condition has been met (see "2.9.4 Stop the program at the arbitrary position (break event)" or "2.9.5 Stop the program with the access to variables/SFRs"). |
A fail-safe break has occurred (see "2.9.6 Stop the program when an invalid execution is detected [IECUBE]"). |
Other break causes have occurred. |
Click the button on the debug toolbar.
When this operation is performed, the program continues to be executed until either of the following occurs:
The button has been clicked (see "2.9.2 Stop the program manually"). |
A fail-safe break has occurred (see "2.9.6 Stop the program when an invalid execution is detected [IECUBE]"). |
Other break causes have occurred. |
If you have started the execution with this operation, the occurrence of Action event will also be ignored. |
To start this operation, move the caret to the line/instruction to stop the program in the Editor panel/Disassemble panel, then select [Go to Here] from the context menu.
When this operation is performed, the program continues to be executed until either of the following occurs:
The button has been clicked (see "2.9.2 Stop the program manually"). |
A fail-safe break has occurred (see "2.9.6 Stop the program when an invalid execution is detected [IECUBE]"). |
Other break causes have occurred. |
When the corresponding address of the line at the caret position does not exist, the program is executed to the corresponding address of the lower valid line (if the corresponding address does not exist, an error message will appear). |