Packages

c

scala.meta.internal.metals.debug.server

MainClassDebugAdapter

class MainClassDebugAdapter extends MetalsDebuggee

Linear Supertypes
MetalsDebuggee, Debuggee, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MainClassDebugAdapter
  2. MetalsDebuggee
  3. Debuggee
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MainClassDebugAdapter(root: io.AbsolutePath, mainClass: ScalaMainClass, project: DebugeeProject, userJavaHome: Option[String])(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def classEntries: Seq[ClassEntry]
    Definition Classes
    Debuggee
  6. def classPath: Seq[Path]
    Definition Classes
    Debuggee
  7. def classPathEntries: Seq[ClassPathEntry]
    Definition Classes
    Debuggee
  8. def classPathString: String
    Definition Classes
    Debuggee
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val javaRuntime: Option[JavaRuntime]
    Definition Classes
    MainClassDebugAdapter → Debuggee
  16. def libraries: Seq[Library]
    Definition Classes
    MainClassDebugAdapter → Debuggee
  17. def managedEntries: Seq[ManagedEntry]
    Definition Classes
    Debuggee
  18. def modules: Seq[Module]
    Definition Classes
    MainClassDebugAdapter → Debuggee
  19. def name: String
    Definition Classes
    MainClassDebugAdapter → Debuggee
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def observeClassUpdates(onClassUpdate: (Seq[String]) => Unit): Closeable
    Definition Classes
    MetalsDebuggee → Debuggee
  24. def run(listener: DebuggeeListener): ch.epfl.scala.debugadapter.CancelableFuture[Unit]
    Definition Classes
    MainClassDebugAdapter → Debuggee
  25. val scalaVersion: ScalaVersion
    Definition Classes
    MetalsDebuggee → Debuggee
  26. def scalaVersionOpt: Option[String]
    Attributes
    protected
    Definition Classes
    MainClassDebugAdapterMetalsDebuggee
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unmanagedEntries: Seq[UnmanagedEntry]
    Definition Classes
    MainClassDebugAdapter → Debuggee
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MetalsDebuggee

Inherited from Debuggee

Inherited from AnyRef

Inherited from Any

Ungrouped