Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

Automating the debugging in VS 2010

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.
SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jazzIIIlove

ASKER

But if a parameter is passed from form1 to form2. This fails, right?

Kind regards.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
maybe the question should be that are there any automator for filling the respective values for a solution. Is there any?

Kind regards.