views:

533

answers:

4

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?

+3  A: 

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

Richard
Looks interesting, have you used it?
George Stocker
No... but it comes from a respected author (and has source available).
Richard
+2  A: 

Check out the Breakpoint Analyzer for Visual Studio.

Dustin Campbell
Looks interesting, thanks for the link.
I'll take a look see; does it meet the criteria I laid out?
George Stocker
+1  A: 

Break point analyzer is a really useful tool for debugging huge projects.

Mahatma
+1  A: 

I found this based on a recent Google search:

Breakpoint Workspaces by Rick Schott.

George Stocker
I have updated the installer, I will be releasing a much better version of this Add-In soon.
rick schott