debug_break

a.k.a. break_into_debugger

A non-functional debugging tool. In Halo: Reach's debug builds, this probably broke into a debugger.

Example

alias this_should_not_be_1 = global.number[0]
--
if this_should_not_be_1 == 1 then
   debug_break()
end

See also