Package

org.scaladebugger.api

lowlevel

Permalink

package lowlevel

Visibility
  1. Public
  2. All

Type Members

  1. class DummyOperationException extends Exception

    Permalink

    Represents an exception that is thrown by dummy managers (normally as the exception in a Failure return value).

  2. trait JDIArgument extends Serializable

    Permalink

    Represents an argument associated with the Java Debugger Interface.

  3. case class ManagerContainer(accessWatchpointManager: AccessWatchpointManager, breakpointManager: BreakpointManager, classManager: ClassManager, classPrepareManager: ClassPrepareManager, classUnloadManager: ClassUnloadManager, eventManager: EventManager, exceptionManager: ExceptionManager, methodEntryManager: MethodEntryManager, methodExitManager: MethodExitManager, modificationWatchpointManager: ModificationWatchpointManager, monitorContendedEnteredManager: MonitorContendedEnteredManager, monitorContendedEnterManager: MonitorContendedEnterManager, monitorWaitedManager: MonitorWaitedManager, monitorWaitManager: MonitorWaitManager, requestManager: EventRequestManager, stepManager: StepManager, threadDeathManager: ThreadDeathManager, threadStartManager: ThreadStartManager, vmDeathManager: VMDeathManager) extends Product with Serializable

    Permalink

    Represents a container for low-level managers.

  4. trait PendingRequestSupport extends AnyRef

    Permalink

    Represents the common interface inherited by all components that offer pending request support in some fashion.

  5. trait RequestInfo extends AnyRef

    Permalink

    Represents generic information about a request.

  6. case class StandardRequestInfo(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument]) extends RequestInfo with Product with Serializable

    Permalink

Value Members

  1. object InvokeNonVirtualArgument extends JDIArgument with Product with Serializable

    Permalink

    Represents a setting to invoke a non-virtual method on an object.

  2. object InvokeSingleThreadedArgument extends JDIArgument with Product with Serializable

    Permalink

    Represents a setting to only resume the thread where the invocation of the method will occur.

    Represents a setting to only resume the thread where the invocation of the method will occur. This can result in deadlocks if other dependent threads remain suspended.

  3. object ManagerContainer extends Serializable

    Permalink

    Containers helper methods for initializing a manager container.

  4. package breakpoints

    Permalink
  5. package classes

    Permalink
  6. package events

    Permalink
  7. package exceptions

    Permalink
  8. package methods

    Permalink
  9. package monitors

    Permalink
  10. package requests

    Permalink
  11. package steps

    Permalink
  12. package threads

    Permalink
  13. package utils

    Permalink
  14. package vm

    Permalink
  15. package watchpoints

    Permalink
  16. package wrappers

    Permalink

Ungrouped