Creates a new breakpoint for given parameters.
Parameters: url - a string representation of URL of the source file Parameters: lineNumber - a line number a new breakpoint for given parameters
Gets the binary class name that is used to submit the breakpoint.
The binary class name, if previously set by setPreferedClassNamemethod, or null if the class name should be retrievedautomatically from the URL and line number. since: 2.8
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.
Sets number of line to stop on.
Parameters: ln - a line number to stop on
setPreferredClassName
public void setPreferredClassName(String className)(Code)
Sets the binary class name that is used to submit the breakpoint.
Parameters: className - The binary class name, or null if the classname should be retrieved automatically from the URL and line number. since: 2.8
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.