Start First Debug

The debugger works from within the Test Window. Just select a procedure or function in the Object Browser, right-click on it, and select the 'Test' item from the popup menu. Now you can set values for the parameters, and press the Start Debugger (F9) button in the toolbar of the Test Window. Now you can step through your code, set breakpoints, view or set variable values, and so on. See chapter 4 in the User's Guide for more details.
 
Back
Top