Class DebugProtocol


  • public class DebugProtocol
    extends java.lang.Object
    Declaration of parameters, response bodies, and event bodies for the Debug Adapter Protocol
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String Overview
      Refer to the Debug Adapter Protocol's Overview on the specification's website.
      static java.lang.String SCHEMA_VERSION
      Version of Debug Protocol
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugProtocol()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SCHEMA_VERSION

        public static final java.lang.String SCHEMA_VERSION
        Version of Debug Protocol
        See Also:
        Constant Field Values
      • Overview

        public static final java.lang.String Overview
        Refer to the Debug Adapter Protocol's Overview on the specification's website.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DebugProtocol

        public DebugProtocol()