Working with the Stack Pattern properties page

The Stack Pattern properties page let you create or modify stack pattern on a Java breakpoint. You can open the Stack Pattern properties page by selecting Stack Pattern > Edit Stack Pattern... from the context menu of the breakpoint.

About this task

After creating a new stack pattern entry using the Append or Insert button, you can set or change the attributes of the stack pattern entry at the right side of the Stack Pattern properties page. Three attributes are available for a Java breakpoint:

You can also set the stack frame object type to one of the following:

The default label of a new stack pattern entry is "*", which matches zero or more arbitrary stack frames. When you set any of the class name, package name or method name attributes, the entry will only match one stack frame with the given attributes. The label of the stack pattern entry is updated when any of the attributes is modified.

The -- Top -- entry represents the top stack frame when the breakpoint is hit. This entry cannot be modified or removed.


Feedback