object DebugProtocol
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DebugProtocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val FirstMessageId: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clientName: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def copy(original: org.eclipse.lsp4j.debug.Source): org.eclipse.lsp4j.debug.Source
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parse[A](params: Any)(implicit arg0: ClassTag[A]): Try[A]
- def parseResponse[A](response: ResponseMessage)(implicit arg0: ClassTag[A]): Option[A]
- val serverName: String
- def stacktraceOutputResponse(output: OutputEventArguments, location: Location): DebugNotificationMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def syntheticFailure(request: DebugResponseMessage, cause: String): ResponseMessage
- def syntheticRequest(args: SetBreakpointsArguments): RequestMessage
- def syntheticResponse(request: RequestMessage, args: SetBreakpointsResponse): ResponseMessage
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object CompletionRequest
- object ConfigurationDone
- object DisconnectRequest
- object EmptyResponse
- object ErrorOutputNotification
- object HotCodeReplace
- object InitializeRequest
- object LaunchRequest
- object OutputNotification
- object SetBreakpointRequest
- object StackTraceResponse
- object SyntheticMessage
- object TerminateRequest
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)