Intel® Arria® 10 SoC UEFI Boot Loader User Guide

ID 683536
Date 12/15/2017
Public

Visible to Intel only — GUID: kkj1512352174544

Ixiasoft

Document Table of Contents

1.5.10.2. Setting a Breakpoint

You can set breakpoints in your program for debugging purposes. This task describes how to set a breakpoint on line 324 of the FpgaManager.c file.

  1. Open the FpgaManager.c file from the Outline view.
  2. Go to line 324 to insert the breakpoint. Right click and select DS-5 Breakpoints > Toggle Breakpoint.
    Figure 105. Inserting a Breakpoint in the FpgaManager.c File
  3. When you resume your application, the debugger stops on this line.
    Figure 106. Breakpoint Stop
  4. Use the Step Over or Step Into arrows in the Debug Window to step through your code.