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

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

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