Visible to Intel only — GUID: ceu1652884253493
Ixiasoft
1. About the RiscFree* IDE
2. Installation and Setup
3. Getting Started with RiscFree* IDE
4. Debug Setup for Nios® V Processor System
5. Debug Setup for Arm* Hard Processor System
6. Debugging with RiscFree* IDE
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
Visible to Intel only — GUID: ceu1652884253493
Ixiasoft
6.2.1. GUI for Debugging
You can control the debugging process using the Debug Bar.
Figure 16. 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. |