Set Conditional Breakpoints for a Batch Project

You would want to set a conditional breakpoint to know when a condition you specified has been met, such as a counter equaling or exceeding some value.

To set a conditional breakpoint

  1. Right-click the breakpoint on the Breakpoints view and select Configure Breakpoint.

    The Breakpoint Properties dialog opens.

  2. Select Conditional breakpoint in the Breakpoint Type field.

    The Conditional Breakpoint Configuration box opens. Complete the following fields:

  3. Click OK.

    CA InterTest saves the changes and closes the dialog. The breakpoint suspends program execution until the result of the condition changes.


Copyright © 2016 CA. All rights reserved.