My boss want me to extend the existing VS breakpoints feature to create a new kind of breakpoints.
And I want to change the icon of this kind of new breakpoints to distinguish with the old breakpoints.
I already have a section of existing code for add breakpoints from add-in automatically (through EnvDTE.Debugger.Breakpoints).
But it just add normal breakpoints with normal red dot icon.
So I wonder if the add-in API can satisfy me need. Any suggestion?