0
kicks
Adding labels to breakpoint in visual studio 2010
With visual studio 2010 Microsoft has given a new features called to add/edit label in break point. This features comes very handy when you are having very large code to debug and You are having so many break points to debug. So, You can add the label to various break point and then use this label to understand execution of program. Let’s see how its works with visual studio 2010.
I have written following sample code to understand it better. This is a simple default.aspx page with four method to print ...