uninstallDebugger
uninstallDebugger( ) =>t/nil
Description
Uninstalls the SKILL debugger as the error handler. Turns off debug mode.
Restores the normal system error handler, which prints the error message and returns to the nearest top-level. Also turns debug mode off and restores write protection on all functions.
Arguments
Value Returned
Examples
installDebugger() ; Installs the SKILL debugger.
4 / 0 ; Generates an error and enters
; the SKILL debugger.
debugQuit() ; Exits the debugger.
uninstallDebugger( ) ; Restores the old error handler.
Related Topics
Return to top