You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: