In the Eclipse Epsilon project, we've switched to using LSP4E for our debugging, which is now based on a DAP debug adapter. We've recently added support for conditional and inline breakpoints to our debug adapter, which work fine from VS Code, but we don't see a way to expose this functionality via LSP4E.
Would you be open to a contribution from us with a first stab at adding support for conditional breakpoints? We think that it could be possible to add a "Condition" property to LSP4E breakpoints, and reuse it from the appropriate DAP calls.
In the Eclipse Epsilon project, we've switched to using LSP4E for our debugging, which is now based on a DAP debug adapter. We've recently added support for conditional and inline breakpoints to our debug adapter, which work fine from VS Code, but we don't see a way to expose this functionality via LSP4E.
Would you be open to a contribution from us with a first stab at adding support for conditional breakpoints? We think that it could be possible to add a "Condition" property to LSP4E breakpoints, and reuse it from the appropriate DAP calls.