Sometimes you only want to break on a condition the Nth time
it is true. For example: only break the 5th time less than 10 dinners is
returned from a search.
You can enable this by right-clicking on a breakpoint and
selecting the “Hit count…” menu command.

This will bring up a dialog that allows you to indicate that
the breakpoint will only be hit the Nth time a condition is met, or every N
times it is met, or every time after N occurrences:
