The manager used to create breakpoint requests
The class manager associated with the virtual machine, used to retrieve location information
Retrieves the list of breakpoints contained by this manager.
Retrieves the list of breakpoints contained by this manager.
The collection of breakpoints in the form of information
Retrieves the list of breakpoints contained by this manager.
Retrieves the list of breakpoints contained by this manager.
The collection of breakpoints by id
Creates and enables a breakpoint on the specified line of the class.
Creates and enables a breakpoint on the specified line of the class.
The name of the file to set a breakpoint
The number of the line to break
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates and enables a breakpoint based on the specified information.
Creates and enables a breakpoint based on the specified information.
The information used to create the breakpoint request
Success(id) if successful, otherwise Failure
Creates and enables a breakpoint on the specified line of the class.
Creates and enables a breakpoint on the specified line of the class.
The id of the request used for lookup and removal
The name of the file to set a breakpoint
The number of the line to break
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Returns the collection of breakpoints representing the breakpoint for the specified line.
Returns the collection of breakpoints representing the breakpoint for the specified line.
The name of the file whose line to reference
The number of the line to check for breakpoints
Some collection of breakpoints for the specified line, or None if the specified line has no breakpoints
Returns the arguments for a breakpoint request with the specified id.
Returns the arguments for a breakpoint request with the specified id.
The id of the request
Some breakpoint arguments if found, otherwise None
Returns the collection of breakpoints with the specified id.
Returns the collection of breakpoints with the specified id.
The id of the request
Some collection of breakpoints for the specified line, or None if the specified line has no breakpoints
Determines whether or not the breakpoint for the specific file's line.
Determines whether or not the breakpoint for the specific file's line.
The name of the file whose line to reference
The number of the line to check for a breakpoint
True if a breakpoint exists, otherwise false
Determines whether or not the breakpoint with the specified id exists.
Determines whether or not the breakpoint with the specified id exists.
The id of the request
True if a breakpoint exists, otherwise false
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Removes the breakpoint on the specified line of the file.
Removes the breakpoint on the specified line of the file.
The name of the file to remove the breakpoint
The number of the line to break
True if successfully removed breakpoint, otherwise false
Removes the breakpoint with the specified id.
Removes the breakpoint with the specified id.
The id of the request
True if successfully removed breakpoint, otherwise false
Represents the manager for breakpoint requests.