Skip to content

Wonkey debug debugstop

wonkey:wonkey.debug.DebugStop

Function DebugStop:Void( )#

Stops the app and activates the debugger (debug builds only).

Stops the app, causing the debugger (if available) to activate. The app will then wait for further instructions from the debugger (step, continue, end etc).

The debugger is only available in debug builds, and when running an app from the Ted2 IDE.