eclipse/epsilon

Add support for conditional breakpoints

Closed this issue · 0 comments

It would be nice to allow for specifying EOL expressions as a condition for a breakpoint. The Debug Adapter Protocol does have ways to communicate these breakpoints. We'd have to check how to report syntactically invalid EOL expressions, and how to report evaluation errors as well.