Package | Description |
---|---|
org.netbeans.api.debugger |
The NetBeans Debugger Core API definition.
|
Modifier and Type | Method and Description |
---|---|
Breakpoint.VALIDITY |
Breakpoint.getValidity()
Get the validity of this breakpoint.
|
static Breakpoint.VALIDITY |
Breakpoint.VALIDITY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Breakpoint.VALIDITY[] |
Breakpoint.VALIDITY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Breakpoint.setValidity(Breakpoint.VALIDITY validity,
String reason)
Set the validity of this breakpoint.
|