Debugging
Important components of the Sunbelt Integrated Development Environment are the program debuggers. Our latest development adds the functions need by the debugger directly into the program runtime. Additionally, the runtime provides a program REFLECTION object that makes the new debugger much more efficient and responsive.
Sunbelt products have included debugger for many years and many users have become accustomed to a particular debugger. To support the customer with the tool they desire, the IDE supports the following debuggers:
The selection of the debugger used by the IDE is done in the Debug section of the Options Dialog (Tools/Options).
To debug a program, select the Debug item in the project menu or press the F8 key. Additionally, you may click the Debug button in the IDE toolbar (red arrow). Before the program is debugged, the IDE will compile the program if any changes have been made. The IDE will then launch the program for debugging.
![]() |