I am just exploring (after 5 years!) then Conditional Breakpoint functionality. I note it works on Number of passes.
Is it possible to break on a specific value such as x = 4 or s = "cat"?
At the moment I have to code this manually and if the value is reached then I just add a line such as n is int = 4 and put a breakpoint on that line
It works fine but using the built in Conditional Breakpoint would be much better.
Is it possible to break on a specific value such as x = 4 or s = "cat"?
At the moment I have to code this manually and if the value is reached then I just add a line such as n is int = 4 and put a breakpoint on that line
It works fine but using the built in Conditional Breakpoint would be much better.