Debugger tips VS.Net… setting a breakpoint the alternative way

You can set a breakpoint in Visual Studio.Net 2008 by typing the name of the method where you want to set a breakpoint in the search box and pressing F9. The breakpoint will be set on all methods that match the method name but first a dialog lets you choose the methods.