org.senkbeil.debugger

ListeningDebugger

Related Docs: object ListeningDebugger | package debugger

class ListeningDebugger extends Debugger with LogLike

Represents a debugger that listens for connections from remote JVMs.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListeningDebugger
  2. LogLike
  3. Debugger
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class LoggerExtras extends AnyRef

    Definition Classes
    LogLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def assertJdiLoaded(): Unit

    Attempts to load the JDI, asserting that it can be and is loaded.

    Attempts to load the JDI, asserting that it can be and is loaded.

    Attributes
    protected
    Definition Classes
    Debugger
    Annotations
    @throws( classOf[AssertionError] )
    Exceptions thrown

    AssertionError If failed to load the JDI

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connectedVirtualMachines: Seq[VirtualMachine]

    Retrieves the current listing of virtual machines that have connected to this debugger.

    Retrieves the current listing of virtual machines that have connected to this debugger.

    returns

    The collection of connected virtual machines

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. def isAvailable: Boolean

    Determines whether or not the debugger is available for use.

    Determines whether or not the debugger is available for use.

    returns

    True if the debugger is available, otherwise false

    Definition Classes
    Debugger
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def isRunning: Boolean

    Indicates whether or not the debugger is running.

    Indicates whether or not the debugger is running.

    returns

    True if it is running, otherwise false

    Definition Classes
    ListeningDebuggerDebugger
  16. val jdiLoader: JDILoader

    Attributes
    protected
    Definition Classes
    Debugger
  17. val logger: Logger

    Attributes
    protected
    Definition Classes
    LogLike
  18. val loggerName: String

    Definition Classes
    LogLike
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val remoteJvmOptions: String

    Represents the JVM options to feed to remote JVMs whom will connect to this debugger.

  23. def start[T](newVirtualMachineFunc: (VirtualMachine) ⇒ T): Unit

    Starts the debugger, resulting in opening the specified socket to listen for remote JVM connections.

    Starts the debugger, resulting in opening the specified socket to listen for remote JVM connections.

    T

    The return type of the callback function

    newVirtualMachineFunc

    The function to be invoked once per JVM that connects to this debugger

    Definition Classes
    ListeningDebuggerDebugger
  24. def stop(): Unit

    Shuts down the debugger, releasing any connected virtual machines.

    Shuts down the debugger, releasing any connected virtual machines.

    Definition Classes
    ListeningDebuggerDebugger
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LogLike

Inherited from Debugger

Inherited from AnyRef

Inherited from Any

Ungrouped