You can view the properties of a watch variable by right-clicking its name in the Watches window and choosing Properties. A watch has the following properties:
In some cases, the Java 2 debugger assigns a pound sign (#) and a number as the variable's value. This number is a unique identifier of the given instance. You can use this identifier to determine if a variable points to the same or to a different instance. You cannot edit this value.
See Also | |
---|---|
Creating a Fixed Watch
Modifying the Value of a Variable Watches Window |