Feature Focus: Hit Counts

Control when a breakpoint should trigger following a specific number of hits

hitcounts

Breakpoints can now have a hitcount. If a breakpoint has a hitcount it will only fire after the count has been reached. The breakpoint will be skipped and the count will be incremented.

  • Hitcounts are useful in loops to halt on a specific iteration or in a query to halt on a specific row.
  • A breakpoint hitcount is set in the Breakpoint Properties page.
  • Hitcounts can be used in conjunction with breakpoint conditions.
  • The count will only increment when the breakpoint condition is true.