package steps
Type Members
-
class
DummyStepManager
extends StepManager
Represents a step manager whose operations do nothing.
-
trait
PendingStepSupport
extends PendingStepSupportLike
Provides pending step capabilities to an existing access watchpoint manager.
-
trait
PendingStepSupportLike
extends StepManager with PendingRequestSupport
Provides pending step capabilities to an existing access watchpoint manager.
-
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.
-
class
StandardStepManager
extends StepManager with Logging
Represents the manager for step requests.
-
trait
StepManager
extends AnyRef
Represents the manager for step requests.
-
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
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