Use expressions on a breakpoint. (Conditional breakpoints) #5772
td-gonzales
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm iterating over a loop that throws a NPE when I try to iterate over a record with a certain Id. I want to set a breakpoint to stop when that variable equals the Id I'm interested in.
Currently I have to keep pressing the continue button some 300 times to get to where the error actually happens.
Beta Was this translation helpful? Give feedback.
All reactions