Chapter Contents

Previous

Next
SAS Component Language: Reference

Using the Debugger Windows

When a debugging session starts, the debugger SOURCE window opens above the debugger MESSAGE window. The debugger SOURCE window displays the text of the current SCL program. The debugger MESSAGE window echoes the commands that you enter from the debugger command prompt, DEBUG>.

You can enter debugger commands from the following locations:

When you enter a debugger command, the SCL debugger

  1. echoes the command in the debugger MESSAGE window

  2. checks the syntax of the command and the parameters that you entered. The debugger returns error messages for any syntax errors and reports the positions of the errors.

  3. prints the results of the command in the debugger MESSAGE window if there are no errors.


Retrieving Previously Entered Commands

If the debugger detects an error in your command, you can recall the previous command, fix the error, and press the ENTER key to re-execute the command.

There are two ways to retrieve commands that you previously entered:


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.