up vote 1 down vote favorite
share [g+] share [fb]

Suppose you want to debug a project... but you want to step into all Event handlers, delegates methods etc... Is there any way how to add multiple Breakpoints at all of these locations (let's say at the start of each method) instead of manually clicking and choosing the breakpoints?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

There is such a visual studio plugin for setting multiple breakpoints. See link text also you can copy paste this macro link text into your visual studio. It also works with the 2010 edition

link|improve this answer
feedback

Not out of the box. I guess it may be possible to create a VS Addon that could do this but I doubt that it would be worth the effort.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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