org.senkbeil.debugger

LaunchingDebugger

Related Docs: object LaunchingDebugger | package debugger

class LaunchingDebugger extends Debugger with LogLike

Represents a debugger that starts a new process on the same machine.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LaunchingDebugger
  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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. 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
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. 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
    LaunchingDebuggerDebugger
  15. val jdiLoader: JDILoader

    Attributes
    protected
    Definition Classes
    Debugger
  16. val logger: Logger

    Attributes
    protected
    Definition Classes
    LogLike
  17. val loggerName: String

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

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

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

    Definition Classes
    AnyRef
  21. def process: Option[Process]

    Retrieves the process of the launched JVM.

    Retrieves the process of the launched JVM.

    returns

    The Java process representing the launched JVM

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

    Starts the debugger, resulting in launching a new process to connect to.

    Starts the debugger, resulting in launching a new process to connect to.

    T

    The return type of the callback function

    newVirtualMachineFunc

    The function to be invoked once the process has been launched

    Definition Classes
    LaunchingDebuggerDebugger
  23. def stop(): Unit

    Stops the process launched by the debugger.

    Stops the process launched by the debugger.

    Definition Classes
    LaunchingDebuggerDebugger
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LogLike

Inherited from Debugger

Inherited from AnyRef

Inherited from Any

Ungrouped