Chapter Contents |
Previous |
Next |
Window Directory |
Each of the registers and the current instruction address
is associated with a debugger variable. These variables are assigned values
that are based on the contents of the register. For example, using the Register
window as shown above, you can determine that debugger variable $r0 has a
value of
0x0180016c
, which was derived from the contents of
general purpose register 0. Debugger variables can be used as arguments to
commands, such as the print
and dump
commands, that support expressions.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.