views:

76

answers:

2

Hi !

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?

A: 

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.

AnthonyWJones
A: 

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

Carlo V. Dango