Chapter Contents |
Previous |
Next |
Command Directory |
t{race}
Format 1: | trace |
|
Format 2: | trace | HOOK-TYPE [when (EXPRESSION)] [count N |
trace
command traces program flow at specified hooks.
Format 2: Format 2 of the trace
command traces
program flow at the hooks you request
with the HOOK-TYPE argument. See Using Debugger Commands for details about the HOOK-TYPE argument.
If a when
clause is present,
a hit is counted only if the when expression is true.
trace *
trace entry
trace main 45
main
function.
trace 53
trace (comp23) entry
comp23
compilation.
trace func1 entry
func1
function.
trace func 23:46
func
function.
PROFILE | yes |
configuration file | no |
Source window prefix | t |
trace
command uses command scope to supply default identifiers, function names,
and section names.
Successful: number of the action from the list produced
by query | |
Unsuccessful: 0 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.