Do I have to go over all the program using F11 and F10 . Can’t I just mark where I want to go and start from there ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Put a breakpoint to the line of code you’re interested in and just start the program. It will run until control passes that line for the first time and the debugger will pause the program at that line and let you debug it.