| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > ignore | |||
This command sets the ignore counter for a breakpoint or watchpoint condition.
ignore number count
Where:
numberSpecifies the breakpoint or watchpoint number. This is the number assigned by the debugger when it is set.
countSpecifies the number of times to ignore the specified breakpoint or watchpoint. The ignore counter is incremented only when the condition evaluates to true.
You can use info breakpoints to display the
number and status of all breakpoints and watchpoints.