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

ID 730783
Date 4/11/2025
Public
Document Table of Contents

3.2.4. Debug Information in the Ashling* Visual Studio Code Extension for Altera 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.

You can find the following information in the Debug perspective,:
  • Each target you are debugging has its own stack frame for suspended threads.
  • Every thread in your program is displayed as a node in a tree structure.
  • Each program you are running has a corresponding process.

Additionally, the Debug view interacts with the C/C++ Editor, highlighting the location of the execution pointer as you navigate through your code.