Setting Conditional Breakpoints - 2023.2 English - UG1400

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2023-12-13
Version
2023.2 English

This feature assists you in setting conditional breakpoints during the debugging process

To add conditional breakpoints, execute the following steps.

  1. Right click on the left margin before the line number.
  2. Select Add Conditional Breakpoint.
  3. Type any expression that evaluates to a Boolean and hit enter to add a conditional breakpoints.

To change a normal breakpoint to conditional breakpoints, follow steps outlined below.

  • Right click on an existing breakpoint
  • Select Edit Breakpoint.
  • Add the expression to change it to a conditional breakpoint.