ILE C/C++ Programmer's Guide
Your program must be stopped under debug, and the variable you want to
watch must be in scope before you can set a watch condition:
- To watch a global variable, you must ensure that the program in which the
variable is defined is active before setting the watch condition.
- To watch a local variable, you must step into the function in which the
variable is defined before setting the watch condition.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.