Previous Page | Next Page

Introduction

Debugging SCL Programs

SCL includes an interactive debugger for monitoring the execution of SCL programs. The debugger enables you to locate logical errors while a program is executing. To use the debugger, issue the DEBUG ON command before compiling. Then either use the TESTAF command or use the AF or AFA command with the DEBUG=YES option to run the entry under the debugger. To deactivate the SCL debugger, issue the DEBUG OFF command followed by the COMPILE command. For more information about the SCL debugger, see The SCL Debugger.

Previous Page | Next Page | Top of Page