Creates a new method breakpoint for given parameters.
Parameters: className - a class name filter Parameters: methodName - a name of method a new breakpoint for given parameters
Set the instance filter for a specific debugger session. This restricts
the breakpoint to specific instances in that session.
Parameters: session - the debugger session Parameters: instances - the object instances or null to unset the filter.
Set name of method to stop on.
Parameters: mn - a name of method to stop on
setMethodSignature
public void setMethodSignature(String signature)(Code)
Set JNI-style signature of the method to stop on.
Parameters: signature - the JNI-style signature of the method to stop on See Also: com.sun.jdi.TypeComponent.signature
Set the thread filter for a specific debugger session. This restricts
the breakpoint to specific threads in that session.
Parameters: session - the debugger session Parameters: threads - the threads or null to unset the filter.