vote up 9 vote down star
7

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?

flag

Downvoted by SO Sucks (as retaliation, according to him): stackoverflow.com/questions/311030/… – George Stocker Mar 17 at 15:16

4 Answers

vote up 3 vote down check

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

link|flag
Looks interesting, have you used it? – George Stocker Mar 20 at 15:28
No... but it comes from a respected author (and has source available). – Richard Mar 20 at 15:34
vote up 2 vote down

Check out the Breakpoint Analyzer for Visual Studio.

link|flag
Looks interesting, thanks for the link. – danjax Mar 17 at 12:29
I'll take a look see; does it meet the criteria I laid out? – George Stocker Mar 17 at 12:38
vote up 1 vote down

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

link|flag
vote up 1 vote down

I found this based on a recent Google search:

Breakpoint Workspaces by Rick Schott.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.