Package

org.scaladebugger.api

debuggers

Permalink

package debuggers

Visibility
  1. Public
  2. All

Type Members

  1. class AttachingDebugger extends Debugger with Logging

    Permalink

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

  2. trait Debugger extends Logging

    Permalink

    Represents the generic interface that all debugger instances implement.

  3. class LaunchingDebugger extends Debugger with Logging

    Permalink

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

  4. class ListeningDebugger extends Debugger with Logging

    Permalink

    Represents a debugger that listens for connections from remote JVMs.

  5. class ProcessDebugger extends Debugger with Logging

    Permalink

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

Value Members

  1. object AttachingDebugger

    Permalink
  2. object Debugger

    Permalink

    Represents the constants available to the debugger interface.

  3. object LaunchingDebugger

    Permalink
  4. object ListeningDebugger

    Permalink
  5. object ProcessDebugger

    Permalink

Ungrouped