Ashling* RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide
                    
                        ID
                        730783
                    
                
                
                    Date
                    5/13/2024
                
                
                    Public
                
            A newer version of this document is available. Customers should click here to go to the newest version.
                
                    
                        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. Debugging with Command-Line Interface
                    
                    
                
                    
                    
                        8. Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide Archives
                    
                
                    
                    
                        9. Document Revision History for the Ashling RiscFree* Integrated Development Environment (IDE) for Intel® FPGAs User Guide
                    
                
                    
                        A. Appendix
                    
                    
                
            
        
                        
                        
                            
                                6.1. Debug Features in RiscFree* IDE
                            
                            
                        
                            
                                6.2. Processor System Debug
                            
                            
                        
                            
                                6.3. Heterogeneous Multicore Debug
                            
                            
                        
                            
                            
                                6.4. Debugging µC/OS-II Application
                            
                        
                            
                            
                                6.5. Debugging FreeRTOS Application
                            
                        
                            
                            
                                6.6. Debugging Zephyr Application
                            
                        
                            
                                6.7. Arm* HPS On-Chip Trace
                            
                            
                        
                            
                                6.8. Debugging the Arm* Linux Kernel
                            
                            
                        
                            
                            
                                6.9. Debugging Target Software in an Intel® Simics Simulator Session
                            
                        
                    
                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. |