org.scaladebugger.api.lowlevel

breakpoints

package breakpoints

Visibility
  1. Public
  2. All

Type Members

  1. trait BreakpointManager extends AnyRef

    Represents the manager for breakpoint requests.

  2. case class BreakpointRequestInfo(requestId: String, isPending: Boolean, fileName: String, lineNumber: Int, extraArguments: Seq[JDIRequestArgument] = immutable.this.Nil) extends RequestInfo with Product with Serializable

    Represents information about a breakpoint request.

  3. class DummyBreakpointManager extends BreakpointManager

    Represents a breakpoint manager whose operations do nothing.

  4. case class NoBreakpointLocationFound(fileName: String, lineNumber: Int) extends Throwable with Product with Serializable

    Represents an exception that occurred when attempting to create a breakpoint request and the desired class or line was not found on the remote JVM.

  5. trait PendingBreakpointSupport extends PendingBreakpointSupportLike

    Provides pending breakpoint capabilities to an existing breakpoint manager.

  6. trait PendingBreakpointSupportLike extends BreakpointManager with PendingRequestSupport

    Provides pending breakpoint capabilities to an existing breakpoint manager.

  7. class StandardBreakpointManager extends BreakpointManager with Logging

    Represents the manager for breakpoint requests.

  8. trait StandardPendingBreakpointSupport extends PendingBreakpointSupport

    Provides pending breakpoint capabilities to an existing breakpoint manager.

Ungrouped