Calling Up the Debugger if your Program Crashes

If you have set the debug level higher than 2, the compiler will present a dialog box with the option of calling up the debugger if a program crash occurs. You just press the ‘Cancel’ button, and Wedit will be called up with the context of the crash. You can browse the variables in the procedure that crashed, and (if possible) you can restart the program at a different line in the same function.