Package org.eclipse.lsp4j.debug
Class DebugProtocol
- java.lang.Object
-
- org.eclipse.lsp4j.debug.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()
-
-
-
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
-
-