Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
Modifier and Type | Method and Description |
---|---|
static MethodBreakpoint |
MethodBreakpoint.create()
Creates a new method breakpoint.
|
static MethodBreakpoint |
MethodBreakpoint.create(String className,
String methodName)
Creates a new method breakpoint for given parameters.
|