org.scaladebugger.api.lowlevel

steps

package steps

Visibility
  1. Public
  2. All

Type Members

  1. class DummyStepManager extends StepManager

    Represents a step manager whose operations do nothing.

  2. trait PendingStepSupport extends PendingStepSupportLike

    Provides pending step capabilities to an existing access watchpoint manager.

  3. trait PendingStepSupportLike extends StepManager with PendingRequestSupport

    Provides pending step capabilities to an existing access watchpoint manager.

  4. trait StandardPendingStepSupport extends PendingStepSupport

    Provides pending step capabilities to an existing access watchpoint manager.

  5. class StandardStepManager extends StepManager with Logging

    Represents the manager for step requests.

  6. trait StepManager extends AnyRef

    Represents the manager for step requests.

  7. case class StepRequestInfo(requestId: String, isPending: Boolean, removeExistingRequests: Boolean, threadReference: ThreadReference, size: Int, depth: Int, extraArguments: Seq[JDIRequestArgument] = immutable.this.Nil) extends RequestInfo with Product with Serializable

    Represents information about a step request.

Ungrouped