Search code examples
visual-studiobreakpoints

How to define Multiple Breakpoints in MS Visual Studio


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?


Solution

  • There is such a visual studio plugin for setting multiple breakpoints. See this article (now removed but linked via archive.org). Also, you can copy paste a macro from here into your visual studio. It also works with the 2010 edition