Set Class Events Dialog
The Set Class Events Dialog is displayed by selecting Events... from the
right-click pop-up context menu in the Loaded Classes Panel
in the top-level Main Window.
The Set Class Events Dialog allows the user to specify that the
debugger will suspend (stop) execution of the target JVM when a certain
class(es) is prepared (loaded into) or unloaded from the target JVM.
The corresponding events are displayed in the
Events Panel.
instructions
The Filter string (see the fields below) can be
- blank (for no events)
- a full class name (including package names), e.g.
test.Test
- a class name wild card, e.g.
test.*
- a package name wild card, e.g.
*.Test
fields
- Class Prepare Filter - stop when the specified class(es)
is prepared in the target JVM. Leave blank for no events (stopping).
- Class Unload Filter - stop when the specified class(es)
is unloaded from the target JVM. Leave blank for no events (stopping).
buttons
- OK - The debugger will suspend (stop) execution of the target JVM when the
above specified class(es) is prepared or unloaded from the target JVM.
If there is an error, an error message dialog will be displayed.
- Cancel - closes the dialog without making any changes.
Hitting the Escape key also closes the dialog.
- Help - displays this Help.
©2001-2010. debugtools.com LLC. All rights reserved.