Sometimes, a halt or breakPoint: message send occurrs in a loop and you may want to fast-forward over a particular debugger invocation. Inside a loop, you typically want to ignore all halts except for the one in the last loop code iteration.

For this, the debugger includes a submenu under the "BreakPoint"-"Ignore this BreakPoint" which allows for a particular halt- or breakpoint to be ignored for some number of times or for a given time duration or forever.

This ignore-feature can be turned off either from within the debuggers menu, or via the launchers "Classes"-"Special"-"Stop Ignoring Halts" menu function, or via the BreakPoint Browser.