In design mode, I'm moving next and back on the breakpoints when the dial is in Debug. It adds a MoveToBreakpoint method that receives a Func used to determine what breakpoint to move to. Then OnRotate I call it with two versions of the Func, one that looks for the previous or first breakpoint and one that looks for the next or last. It then opens the document containing the breakpoint and moves the caret to the line where it is.
PR for https://github.com/madskristensen/DialToolsForVS/issues/3
In design mode, I'm moving next and back on the breakpoints when the dial is in Debug. It adds a MoveToBreakpoint method that receives a Func used to determine what breakpoint to move to. Then OnRotate I call it with two versions of the Func, one that looks for the previous or first breakpoint and one that looks for the next or last. It then opens the document containing the breakpoint and moves the caret to the line where it is.