Create a Watchpoint

About this task

The following example uses the gpioDemo project and variable count.

  1. Launch the Efinity RISC-V Embedded Software IDE.
  2. Import the gpioDemo project into the workspace.
  3. Open the source file containing the variable to monitor.
  4. To open the Outline view, choose Window > Show View > Outline.
  5. Locate the variable in the Outline view.
  6. Right-click the variable and select Toggle Watchpoint.
Figure 1. Open Outline View

Figure 2. Toggle Watchpoint to Enable/Disable

The IDE automatically creates a watchpoint for the selected variable.