Variable lifetime debugging

Registerized variables are those such as function parameters or locals whose values are represented solely within registers. When you refer to a registerized variable outside of its scope (as defined by the compiler), the debugger displays the message "Out Of Register Scope", along with the value. Because the variable is out of scope, this value is probably incorrect.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.