Replies: 1 comment 2 replies
-
You can use Explain mode from Expr Pro: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Let's say we have a complex long expression which evaluates to a boolean value. How do we figure out which part "broke" it? i.e. which part led the evaluation to result into
false
?For e.g.
The above expression might give some idea on the expectation. The
result.Reason
can beFunc2(Var2) is false
(let's say).Thinking out loud here. Do you think this is achievable? I understand that what
reason
means for one might not mean for someone else. Though, we can try to make it deterministic in some way.But do you think this is possible?
Thanks,
Rohan Chougule
Beta Was this translation helpful? Give feedback.
All reactions