Package | Description |
---|---|
org.netbeans.api.debugger |
The NetBeans Debugger Core API definition.
|
Modifier and Type | Method and Description |
---|---|
Breakpoint.HIT_COUNT_FILTERING_STYLE |
Breakpoint.getHitCountFilteringStyle()
Get the style of hit count filtering.
|
static Breakpoint.HIT_COUNT_FILTERING_STYLE |
Breakpoint.HIT_COUNT_FILTERING_STYLE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Breakpoint.HIT_COUNT_FILTERING_STYLE[] |
Breakpoint.HIT_COUNT_FILTERING_STYLE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Breakpoint.setHitCountFilter(int hitCountFilter,
Breakpoint.HIT_COUNT_FILTERING_STYLE hitCountFilteringStyle)
Set the hit count filter and the style of filtering.
|