Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for conditional/inline breakpoints #1136

Open
agarciadom opened this issue Oct 21, 2024 · 1 comment
Open

Add support for conditional/inline breakpoints #1136

agarciadom opened this issue Oct 21, 2024 · 1 comment

Comments

@agarciadom
Copy link
Contributor

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.

@mickaelistria
Copy link
Contributor

Would you be open to a contribution from us with a first stab at adding support for conditional breakpoints?

Of course, yes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants