Debugging Functions
CallDebugger |
Invokes the debugger and freezes the program |
Debug <expression>[, DebugLevel] |
Display the Debug output window and show the result of Expression in it. The ’DebugLevel’ is the priority level of the debug message. |
DebugLevel <constant expression> |
Set the current Debug level |
DisableDebugger |
Disable debugger checks in the subsequent code |
EnableDebugger |
Enable debugger checks in the subsequent code |
Comments
Related