Watchpoint Event Panel
The Watchpoint Event Panel is the top right-hand side panel in the
top-level Events Window.
The Watchpoint Event Panel is initially displayed by double-clicking on a watchpoint
event (object field read or write) in the Events Panel
in the top-level Main Window.
(Watchpoints that are currently set are displayed in the Watchpoints Panel.)
Info
Displayed at the top are the following information about the watchpoint event:
- Event Number - the corresponding event number of the hit watchpoint
(displayed in blue).
- Event Type - (displayed in blue) the type of the watchpoint event: Access (read) or
Modification (write).
- Thread Name - the thread name and corresponding thread object ID
(see the Threads Panel) for the
watchpoint event (displayed in blue). A tool tip displays the full thread name
including thread group names.
- Object - the object ID and the class name of the object containing
the hit watchpoint field (displayed in red).
A tool tip displays the full class name including package names.
- Class Loader - the class loader that loaded the above watchpoint
Object.
- Field Name - the field name for the hit watchpoint (displayed in red).
- Field Type - the type name of the hit watchpoint field (displayed in red).
- Value - the current value of the hit watchpoint field (displayed in red).
- Value To Be - (displayed in red) the value that is about to be assigned
to the hit watchpoint field (only for Modification watchpoints).
©2001-2010. debugtools.com LLC. All rights reserved.