Functions for interacting with an attached debugger. None of the functions in this module have any effect if a debugger is not attached.
debugger | Functions for interacting with an attached debugger. |
Functions | |
breakpoint | Stop the execution as if a breakpoint were reached. |
log | Display a message to the debugger output. |
Stop the execution as if a breakpoint were reached.
DECLARE NATIVE FUNCTION breakpoint()
Display a message to the debugger output.
DECLARE NATIVE FUNCTION log( message: String )