AN 985: Nios® V Processor Tutorial

ID 784468
Date 5/15/2024
Public
Document Table of Contents

1.5.1.1. Setting Initial Breakpoint

Before debugging any system, you need to have at least one breakpoint to suspend the execution inside the program.
  1. Open the Ashling* RiscFree* IDE for Intel® FPGAs.
  2. Open the Nios® V processor software project (hello.c).
  3. Set a breakpoint at main() by double-clicking on the left-margin of the line containing main().
  4. Ensure that a blue circle have appeared beside main().
Figure 45. Initial Breakpoint at main()