Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Breakpoint Plugin for Visual Studio?

Background

In some sufficiently large applications, you can spend more time figuring out how to drill down to the various layers than you do actually debugging: That's the case with a piece of software I work on now. Layout/separation of concerns issues aside, it'd be nice to have a breakpoint plug-in that would allow you to load breakpoints depending on which Bugzilla/Jira/Fogbugz/SVN defect entry you're working off of.

Question

Do any plug-ins exist for Visual Studio that allow you to 'save' toggled breakpoints to a file, allowing you to load various breakpoints depending on what bug you're working on?

As an adjunct to that question; if there aren't any such plug-ins, can anyone point me to a 'good' (quite a subjective term, but in this case I mean explanatory and useful) resource on creating plug-ins for Visual Studio?

like image 446
George Stocker Avatar asked Mar 17 '09 12:03

George Stocker


1 Answers

How about this: "Debugger Settings Visual Studio Add In– Easily Copy Breakpoints between Machines"?

like image 53
Richard Avatar answered Sep 18 '22 20:09

Richard