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:
  1. Local variables
  2. Class (This) fields
  3. objectRef.fieldName (fieldName can be a private field).
  4. arrayRef[i] or arrayRef[2], or arrayRef.length
  5. fullPackageName.className.staticField

fields

buttons

©2001-2010. debugtools.com LLC. All rights reserved.