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

Conditional breakpoint with expression variable works but causes popup error #25710

Open
gafter opened this issue Mar 25, 2018 · 1 comment
Open

Comments

@gafter
Copy link
Member

gafter commented Mar 25, 2018

I have a conditional breakpoint in which the condition declares an expression variable (in this case, a pattern-matching variable). The conditional breakpoint appears to work properly, however when the condition is true I get a popup error:

image

@tmat
Copy link
Member

tmat commented Mar 26, 2018

This is likely the same issues as #16062. The EE doesn't handle variables defined in the expression being evaluated well.

@tmat tmat added this to the Unknown milestone Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants