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

ID 730783
Date 7/26/2024
Public
Document Table of Contents

2.6. Debug Information in the RiscFree* IDE for Intel® FPGAs

Debug perspective allows you to manage the debugging and execution of a program in the Workbench. You can control how your program is executed by establishing breakpoints, pausing started programs, walking through your code, and analyzing the contents of variables.

The Debug perspective provides the following information:

  • Every target that you are debugging has its stack frame for the suspended threads
  • Every thread in your program is represented as a node in the tree
  • The process for each program that you are running

The Debug view also controls the C/C++ Editor. The C/C++ Editor highlights the execution pointer's location as you review your code.