org.scaladebugger.api.lowlevel.watchpoints
Creates a new modification watchpoint request for the specified field using the field's name.
Creates a new modification watchpoint request for the specified field using the field's name.
The id of the request used to retrieve and delete it
The name of the class containing the field
The name of the field to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Returns the collection of modification watchpoint requests representing the modification watchpoint for the specified field.
Returns the collection of modification watchpoint requests representing the modification watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
Some collection of modification watchpoints for the field, or None if the specified field has no modification watchpoints
Retrieves the modification watchpoint request using the specified id.
Retrieves the modification watchpoint request using the specified id.
The id of the Modification Watchpoint Request
Some modification watchpoint request if it exists, otherwise None
Determines if a modification watchpoint request with the specified field.
Determines if a modification watchpoint request with the specified field.
The name of the class containing the field
The name of the field to watch
True if a modification watchpoint request with the id exists, otherwise false
Determines if a modification watchpoint request with the specified id.
Determines if a modification watchpoint request with the specified id.
The id of the Modification Watchpoint Request
True if a modification watchpoint request with the id exists, otherwise false
Retrieves the list of modification watchpoints contained by this manager.
Retrieves the list of modification watchpoints contained by this manager.
The collection of modification watchpoint request information
Retrieves the list of modification watchpoints contained by this manager.
Retrieves the list of modification watchpoints contained by this manager.
The collection of modification watchpoints by id
Removes the modification watchpoint for the specified field.
Removes the modification watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
True if successfully removed modification watchpoint, otherwise false
Removes the modification watchpoint request with the specified id.
Removes the modification watchpoint request with the specified id.
The id of the Modification Watchpoint Request
True if the modification watchpoint request was removed (if it existed), otherwise false
Creates a new modification watchpoint request for the specified field using the field's name.
Creates a new modification watchpoint request for the specified field using the field's name.
The name of the class containing the field
The name of the field to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates a modification watchpoint request based on the specified information.
Creates a modification watchpoint request based on the specified information.
The information used to create the modification watchpoint request
Success(id) if successful, otherwise Failure
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Represents the manager for modification watchpoint requests.