Skip to content

debug

wonkey:wonkey.debug

Namespace wonkey.debug#
Functions
Assert Generates a runtime error if a boolean expression is false.
DebugAssert Generates a runtime error if a boolean expression is false (debug builds only).
DebugStop Stops the app and activates the debugger (debug builds only).
GetDebugStack Gets the current stack state (debug builds only).
RuntimeError Generates a non-recoverable runtime error.