org.scaladebugger.api.lowlevel

vm

package vm

Visibility
  1. Public
  2. All

Type Members

  1. class DummyVMDeathManager extends VMDeathManager

    Represents a vm death manager whose operations do nothing.

  2. trait PendingVMDeathSupport extends VMDeathManager with PendingRequestSupport

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

  3. trait StandardPendingVMDeathSupport extends PendingVMDeathSupport

    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.

  4. class StandardVMDeathManager extends VMDeathManager with Logging

    Represents the manager for vm death requests.

  5. trait VMDeathManager extends AnyRef

    Represents the manager for vm death requests.

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

    Represents information about a vm death request.

    Represents information about a vm death request.

    requestId

    The id of the request

    extraArguments

    The additional arguments provided to the vm death request

Ungrouped