Package

org.scaladebugger.api.lowlevel

vm

Permalink

package vm

Visibility
  1. Public
  2. All

Type Members

  1. class DummyVMDeathManager extends VMDeathManager

    Permalink

    Represents a vm death manager whose operations do nothing.

  2. trait PendingVMDeathSupport extends PendingVMDeathSupportLike

    Permalink

    Provides pending vm death capabilities to an existing vm death manager.

  3. trait PendingVMDeathSupportLike extends VMDeathManager with PendingRequestSupport

    Permalink

    Provides pending vm death capabilities to an existing vm death manager.

  4. trait StandardPendingVMDeathSupport extends PendingVMDeathSupport

    Permalink

    Provides pending vm death capabilities to an existing vm death manager.

    Provides pending vm death capabilities to an existing vm death manager.

    Contains an internal pending action manager.

  5. class StandardVMDeathManager extends VMDeathManager with Logging

    Permalink

    Represents the manager for vm death requests.

  6. trait VMDeathManager extends AnyRef

    Permalink

    Represents the manager for vm death requests.

  7. case class VMDeathRequestInfo(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    Represents information about a vm death request.

    Represents information about a vm death request.

    requestId

    The id of the request

    isPending

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

    extraArguments

    The additional arguments provided to the vm death request

Ungrouped