Package

org.ensime.core

debug

Permalink

package debug

Visibility
  1. Public
  2. All

Type Members

  1. class DebugActor extends Actor with ActorLogging

    Permalink

    Represents the main entrypoint into the debugging interface of Ensime.

  2. class VirtualMachineManager extends AnyRef

    Permalink

    Represents a manager of virtual machines connected to Ensime.

  3. sealed abstract class VmMode extends AnyRef

    Permalink

Value Members

  1. object DebugActor

    Permalink

    Contains helper methods to initialize the DebugActor class.

  2. object SourceMap

    Permalink
  3. object StructureConverter

    Permalink

    Converts normal debugger API structures into their equivalent Ensime-oriented messages.

    Converts normal debugger API structures into their equivalent Ensime-oriented messages.

    It would be nice to refactor this as a typeclass.

Ungrouped