Packages

package debug

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class BuildTargetClasses extends AnyRef

    In-memory index of main class symbols grouped by their enclosing build target

  2. class BuildTargetClassesFinder extends AnyRef
  3. case class BuildTargetNotFoundException(buildTargetName: String) extends Exception with Product with Serializable
  4. case class ClassNotFoundInBuildTargetException(className: String, buildTarget: BuildTarget) extends Exception with Product with Serializable
  5. class DebugProvider extends AnyRef
  6. final class DebugServer extends Cancelable
  7. final class EndpointLogger extends RemoteEndpoint
  8. final class MessageIdAdapter extends RemoteEndpoint

    Assigns an id to synthetic messages and fixes the id of non-synthetic ones to keep the the id sequence monotonic.

    Assigns an id to synthetic messages and fixes the id of non-synthetic ones to keep the the id sequence monotonic.

    Additionally, adapts the request id for responses being produced to keep the whole procedure transparent for the caller.

  9. final class MetalsDebugAdapters extends AnyRef
  10. trait RemoteEndpoint extends MessageConsumer with MessageProducer with Cancelable
  11. final class ServerAdapter extends Cancelable
  12. final class SourcePathProvider extends AnyRef

Ungrouped