Hi there;
I want to automating the debugging in VS 2010. From this, I mean;
Suppose, you have got a small appl. having 2 forms, in the first form, 2 text boxes and 1 button, in the 2nd form, 1 text area. While debugging for the 2nd form element, I put a breakpoint in the related section of the 2nd form.
When I run for debugging, I have to enter a value in the text box and push the button in the first form at first. I don't want to do that since it's time consuming and directly go to my breakpoint in the second form. ( for 2 forms, it is not time consuming but for 100 forms it sure is).
How can we fix this?
Kind regards.
Kind regards.