< Table Of Contents

Setting Complex Data Breakpoints

Set a complex data breakpoint on the Data tab of the Create Breakpoint dialog box. It can be defined by entering its Location, possibly followed by a Condition, an Action, and a Skip number.

To set a complex data breakpoint:

  1. Select Debug > Create Breakpoint…

    The Create Breakpoint dialog box appears.

  2. Click the Data tab.
  3. In the Location field, enter a variable name or an address.

    The breakpoint is hit when the application accesses this memory location.

  4. Optionally, define a condition for the breakpoint in the Condition field.

    The condition is evaluated after the stop of the application at the breakpoint that is specified in the Location field. If the condition is not fulfilled, the application continues executing. For valid conditions see Set Breakpoint Dialog Box: Data Tab.

  5. Optionally, enter a debugger command into the Action field. When the breakpoint stops execution, the commands is executed.
  6. Optionally, define a skip number in the Skip Count field. The skip count number defines the number of times a breakpoint hit is ignored. For example, a breakpoint with the skip number 2 would stop execution when encountered for the third time.
  7. Optionally, check Access.

    Access specifies in which bus cycle the data breakpoint is active. The default value is Write.

  8. Optionally, check Continue.

    The target application continues executing after processing the action. If Continue is unchecked, it will stop.

  9. Click OK.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.