Add ability to set breakpoint options anywhere, not just in the debugger
I often want to set a breakpoint to stop on a particular iteration of a loop or when a variable has a particular value. I can only set breakpoint options in the debugger and not when I create the breakpoint. It would be useful if I could set options anywhere I could toggle a breakpoint.