package debug
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class BuildTargetClasses extends AnyRef
In-memory index of main class symbols grouped by their enclosing build target
- class BuildTargetClassesFinder extends AnyRef
- case class BuildTargetContainsNoMainException(buildTargetName: String) extends Exception with Product with Serializable
- case class BuildTargetNotFoundException(buildTargetName: String) extends Exception with Product with Serializable
- case class BuildTargetNotFoundForPathException(path: io.AbsolutePath) extends Exception with Product with Serializable
- case class BuildTargetUndefinedException() extends Exception with Product with Serializable
- case class ClassNotFoundInBuildTargetException(className: String, buildTarget: BuildTarget) extends Exception with Product with Serializable
- class DebugProvider extends Cancelable
- final class DebugServer extends Cancelable
- final class EndpointLogger extends RemoteEndpoint
- 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.
- case class NoTestsFoundException(testType: String, name: String) extends Exception with Product with Serializable
- trait RemoteEndpoint extends MessageConsumer with MessageProducer with Cancelable
- final class ServerAdapter extends Cancelable
- final class SourcePathProvider extends AnyRef
- sealed abstract class TestFramework extends AnyRef
Value Members
- object BuildTargetClasses
- object DebugProtocol
- object DebugProvider
- object DotEnvFileParser
- object EndpointLogger
- case object JUnit4 extends TestFramework with Product with Serializable
- case object MUnit extends TestFramework with Product with Serializable
- case object Scalatest extends TestFramework with Product with Serializable
- object TestFramework
- case object Unknown extends TestFramework with Product with Serializable