views:

13

answers:

1

Hi!

When I'm debugging something, I would like to store breakpoints/bookmarks related to bug* I'm currently working on. So when I switch to another bug*, I don't want every time to manually disable breakpoints/bookmarks related to previous bug, and create another one for the new bug. It would be great that is possible to tag breakpoint or bookmarks.

So far I overcome above by storing .suo file for every bug* I'm working on, but I found hard/awkward to handle multiple .suo files...

How do you handle above or does anyone know any VS add-on or some tool that does similar thing?

Thanks!

*bug - bug/issue/current_project/whatever

+1  A: 

Hi,

Check out: http://www.wintellect.com/CS/blogs/jrobbins/archive/2008/07/21/debugger-settings-visual-studio-add-in-easily-copy-breakpoints-between-machines.aspx

Cheers --Jocke

Jocke
similar post: http://stackoverflow.com/questions/653974/is-there-a-breakpoint-plugin-for-visual-studio
Jocke