New Watch Dialog
The New Watch Dialog is displayed from the
Watches menu in the Menu Bar.
The New Watch Dialog lets the User specify a new variable name or expression to watch
in the current scope.
The following are valid expressions that the debugger can watch:
- Local variables
- Class (This) fields
- objectRef.fieldName
(fieldName can be a private field).
- arrayRef[i] or arrayRef[2], or arrayRef.length
- fullPackageName.className.staticField
fields
- Expression to watch - the name of a variable
or expression to watch.
buttons
- OK - adds the specified watch
to the corresponding Watch Panel
and closes the dialog. If there is an error, an error message dialog will be
displayed.
- Cancel - closes the dialog without
specifying a watch.
- Help - displays this Help.
©2001-2010. debugtools.com LLC. All rights reserved.