Chapter Contents |
Previous |
Next |
Command Directory |
Start/Resume Program Execution under the Debugger
g{o}
go
go
command
starts (or resumes) execution of a program under the SAS/C
Debugger. The program executes until the first breakpoint or action that is
requested is reached or until an incomplete step
or continue
completes. Then, the go
command can be reissued to resume execution.
Note:
If you do issue
go
as the first
command, the debugger regains control if one of the signals trapped by the
debugger is raised or if attention/IC is used. See resume for a list of these signals.
PROFILE | no |
configuration file | no |
Source window prefix | none |
go
command
is not affected by changes in scope.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.