The Hardware Code Breakpoint dialog box is available from the context menu in the editor window, Breakpoints window, and in the Disassembly window.
Use the Hardware Code Breakpoint dialog box to set a hardware code breakpoint.
Requirements
A C-SPY hardware debugger driver.
Break At
Specify the location of the breakpoint in the text box. Alternatively, click the Edit button to open the Enter Location dialog box, see Enter Location dialog box.
Action
Determines whether there is an action connected to the breakpoint. Specify an expression, for instance a C-SPY macro function, which is evaluated when the breakpoint is triggered and the condition is true.
The breakpoint is triggered if the value of the expression is true.
Condition changed
The breakpoint is triggered if the value of the expression has changed since it was last evaluated.
Skip count
The number of times that the breakpoint condition must be fulfilled before the breakpoint starts triggering. After that, the breakpoint will trigger every time the condition is fulfilled.