debugger

Functions for interacting with an attached debugger.  None of the functions in this module have any effect if a debugger is not attached.

Summary
debuggerFunctions for interacting with an attached debugger.
Functions
breakpointStop the execution as if a breakpoint were reached.
logDisplay a message to the debugger output.

Functions

breakpoint

DECLARE NATIVE FUNCTION breakpoint()

Stop the execution as if a breakpoint were reached.

log

DECLARE NATIVE FUNCTION log(message: String)

Display a message to the debugger output.

DECLARE NATIVE FUNCTION breakpoint()
Stop the execution as if a breakpoint were reached.
DECLARE NATIVE FUNCTION log(message: String)
Display a message to the debugger output.
Close