eclipselabs/eclipse-language-service

Consider the debug server protocol

Closed this issue · 4 comments

@gorkem Are you aware of something that would generate a Java client easily with JSON-RPC protocol according to a json schema? The debug protocol has a schema.

JDT LS has a json schema for LSP and generates the Java model from it. That should also work for debug protocol.

On the long run, the debug protocol would rather be a separate project. However, let's keep the issue open until something starts to happen regarding consuming debug protocol in Eclipse IDE.