Debugging In VS 2012
Visual Studio have brought some new facilities which makes the developers to debug their code in a more effective manner. Thought of blogging some of some fancy features which seems very tiny things but makes our lives easier. 1. Labeling Break Point Now you can add labels for your break points which in a way supports to categorize the breakpoints. By using this features we can enable or disable list of break points as we want based on the category. You can write click on a break point & then click on Edit Label. Then you will get the following dialog where you can add the label. It will list down the existing labels so that you can reuse it. After you label your breakpoints you can get the list of breakpoints in your solution in the breakpoint window. Breakpoint window can be found in Debug –>Windows->Breakpoints. Now VS 2012 have this fancy featues where we can search any tool using the quick search. If you all are not sure about where exacly the to...