Package

org.scaladebugger.api.lowlevel

steps

Permalink

package steps

Visibility
  1. Public
  2. All

Type Members

  1. class DummyStepManager extends StepManager

    Permalink

    Represents a step manager whose operations do nothing.

  2. trait PendingStepSupport extends PendingStepSupportLike

    Permalink

    Provides pending step capabilities to an existing access watchpoint manager.

  3. trait PendingStepSupportLike extends StepManager with PendingRequestSupport

    Permalink

    Provides pending step capabilities to an existing access watchpoint manager.

  4. trait StandardPendingStepSupport extends PendingStepSupport

    Permalink

    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.

  5. class StandardStepManager extends StepManager with Logging

    Permalink

    Represents the manager for step requests.

  6. trait StepManager extends AnyRef

    Permalink

    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] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    Represents information about a step request.

    Represents information about a step request.

    requestId

    The id of the request

    isPending

    Whether or not this request is pending (not on remote JVM)

    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