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... [Read More...]