Improved Breakpoints
Brought to you by:
nealj
I would like the ability to set a breakpoint based on a value.
For instance, 'foo == 29'. So, if the code is looping, it will
continue until foo equals 29 and then stop. Currently, all
you can do is set a breakpoint on the line where foo is
incremented.