Ashling* RiscFree* Integrated Development Environment (IDE) for Altera® FPGAs User Guide

ID 730783
Date 9/02/2025
Public
Document Table of Contents

3.5.2.1. GUI for Debugging

You can control the debugging process using the Debug Toolbar on the top of the window.
Figure 164. Execution Control in the Debug Toolbar
Table 20.  Execution Control Using the Debug Toolbar
Function Description
Continue / Pause

Continue: Resume normal program/script execution (up to the next breakpoint).

Pause: Inspect code executing at the current line and debug line-by-line.

Step Over Execute the next method as a single command without inspecting or following its component steps.
Step Into Enter the next method to follow its execution line-by-line.
Step Out When inside a method or subroutine, return to the earlier execution context by completing remaining lines of the current method as though it were a single command.
Restart Terminate the current program execution and start debugging again using the current run configuration.
Stop Terminate the current program execution.