Set Breakpoint on Every Method in Visual Studio

SetBreakpoints is a C# WPF open source application that allows you to automatically set a breakpoint on every method in a file, folder, or project. You can also use it to set breakpoints on any text string that you find in a file or folder. Since the search for the text string allows you to use regular expressions, you can easily use it to set a break point on any assignment to a variable. For example, you can set a breakpoint on every occurrence of your variable followed by an equal sign by searching for: myvariable.*=

Steps to use:
1. Download IdealAutomate
2. Navigate to and click on Ideal Automate Explorer executable in the bin folder of IdealAutomateExplorer
3. In Ideal Automate Explorer, open a new tab that points to the folder where you unzipped IdealAutomate.
4. Click on the plus to the left of the Visual Studio category to expand that category.
5. Right-click on SetBreakpoints folder in the the Visual Studio category and select run

Here are some videos to walk you through the entire process in 7 minutes:
Below is a 5-minute video that shows how to get started with Ideal Automate Explorer in 5 minutes.

Getting Started in 5 minutes

Below is a 2-minute video that shows one example of the powerful applications that you can create with IdealAutomate. In this video, you will see how you can immediately start using IdealAutomate to automate setting breakpoints in Visual Studio on every method in a file, folder, or project.

Visual Studio set breakpoint on every method