I was going to suggest a macro route. I was bored, and I went to him, if this macro starts it, a dialog appears and a condition is set. You may need to participate a bit if you want more bells and whistles.
Sub addBreakpointWithCondition() Dim cond As String = InputBox("Enter the condition") DTE.Debugger.Breakpoints.Add(File:=DTE.ActiveDocument.FullName, Line:=DTE.ActiveDocument.Selection.CurrentLine, Condition:=cond) End Sub
source share