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 StepManager with PendingRequestSupport

    Provides pending step capabilities to an existing access watchpoint manager.

  3. trait StandardPendingStepSupport extends PendingStepSupport

    Provides pending step capabilities to an existing access watchpoint manager.

    Provides pending step capabilities to an existing access watchpoint manager.

    Contains an internal pending action manager.

  4. class StandardStepManager extends StepManager with Logging

    Represents the manager for step requests.

  5. trait StepManager extends AnyRef

    Represents the manager for step requests.

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

    Represents information about a step request.

    Represents information about a step request.

    requestId

    The id of the request

    removeExistingRequests

    If true, will first remove any existing step requests for the specified thread

    threadReference

    The thread monitored for steps

    size

    The size of the step (LINE/MIN)

    depth

    The depth of the step (INTO/OVER/OUT)

    extraArguments

    The additional arguments provided to the step request

Ungrouped