Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

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

None

Value Returned

t

The debugger is successfully uninstalled.

nil

The debugger is not installed.

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

Debug Functions

debugQuit

installDebugger


Return to top
 ⠀
X