You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Pauses the <glossarytag="handler">handler</glossary> and displays the <glossarytag="debugger">debugger</glossary> window.</summary>
<examples>
<example>breakpoint</example>
<example>if x > 0 then breakpoint</example>
</examples>
<description>
<p>Use the <b>breakpoint</b> <glossarytag="command">command</glossary> to aid in <glossarytag="debug">debugging</glossary> a handler. It is especially useful for checking to see whether <glossarytag="value">values</glossary> are staying in the correct <glossarytag="range">range</glossary> as the <glossarytag="handler">handler</glossary> <glossarytag="execute">executes</glossary>.</p><p/><p><b>Comments:</b></p><p>The <b>breakpoint</b> <glossarytag="command">command</glossary> has no effect unless the <objecttag="stack">stack</object> is running in the LiveCode <glossarytag="development environment">development environment</glossary>..</p>