.. highlightlang:: us .. index:: DebugBreak .. _debugbreak: DebugBreak ========== .. us.tag DebugBreak NOTREADYENGLISH Programming.Debug New330 :ref:`DebugBreak` sets a break point. The program will stop execution at the function call interrupted. .. function:: DebugBreak() .. us.return **Return Value** .. us.example **Example** :: def test() { a = 1; DebugBreak(); a = 2; } .. seealso:: :ref:`overview-programming` :sub:`id-1768911`