Visible to Intel only — GUID: ceu1652884253493
Ixiasoft
1. About the RiscFree* IDE
2. Getting Started with the Ashling* RiscFree* IDE for Intel® FPGAs
3. Using Ashling* RiscFree* IDE for Intel® FPGAs with Nios® V Processor System
4. Using Ashling* RiscFree* IDE for Intel® FPGAs with Arm* Hard Processor System
5. Debugging Features with RiscFree* IDE for Intel® FPGAs
6. Debugging with Command-Line Interface
7. Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide Archives
8. Document Revision History for the Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide
A. Appendix
3.1. Importing Nios® V Processor Project
3.2. Building Nios® V Processor Project
3.3. Setting Run Configuration to Download Nios® V Processor Project
3.4. Setting Debug Configuration to Debug Nios® V Processor Project
3.5. Setting Debug Configuration to Debug a Booting Nios® V Processor Project
3.6. Debugging Tools
5.1. Debug Features in RiscFree* IDE
5.2. Processor System Debug
5.3. Heterogeneous Multicore Debug
5.4. Debugging µC/OS-II Application
5.5. Debugging FreeRTOS Application
5.6. Debugging Zephyr Application
5.7. Arm* HPS On-Chip Trace
5.8. Debugging the Arm* Linux Kernel
5.9. Debugging Target Software in an Intel® Simics Simulator Session
Visible to Intel only — GUID: ceu1652884253493
Ixiasoft
5.2.1. GUI for Debugging
You can control the debugging process using the Debug Bar.
Figure 41. Execution Control in the Debug Bar
Debug Bar GUI | Function | Description |
---|---|---|
1 | Resume | Continues the debugging process until the next breakpoint, or until the end of the debugging process. |
2 | Suspend | Halts the running code while debugging. |
3 | Terminate | Terminates the debug session. You need to relaunch the debug session after terminated. |
4 | Disconnect | Disconnects the debug tool connected to the RiscFree* IDE. |
5 | Step into | Steps into the next method call at the currently executing line of code. |
6 | Step over | Steps over the next method call (without entering it) at the currently executing line of code. The method is still executed. |
7 | Step return (out) | Returns from a method which has been stepped into. The remainder of the code that was skipped by returning is still executed. |
8 | Instruction stepping mode | Switches to instruction stepping mode. |
9 | Drop to frame | Pops the current stack frame and puts control back out to the calling method, resetting any local variables. |
10 | Use step filters | Changes whether step filters should be used in the current Debug View. |