org.scaladebugger.api

debuggers

package debuggers

Visibility
  1. Public
  2. All

Type Members

  1. class AttachingDebugger extends Debugger with Logging

    Represents a debugger that attaches to a remote JVM via a socket.

  2. trait Debugger extends Logging

    Represents the generic interface that all debugger instances implement.

  3. class LaunchingDebugger extends Debugger with Logging

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

  4. class ListeningDebugger extends Debugger with Logging

    Represents a debugger that listens for connections from remote JVMs.

  5. class ProcessDebugger extends Debugger with Logging

    Represents a debugger that attaches to a JVM process on the same machine.

Value Members

  1. object AttachingDebugger

  2. object Debugger

    Represents the constants available to the debugger interface.

  3. object LaunchingDebugger

  4. object ListeningDebugger

  5. object ProcessDebugger

Ungrouped