Click here to Skip to main content
15,907,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I use F11 which can be very time consuming when breakpoint is within a loop of something. What are the other ways of debugging using breakpoint?
Posted
Comments
RelicV 17-Apr-13 6:04am    
F10 is what I guess you might want to take a look at. Infact, you can put a debugger right after the loop block, and press F5. Gud luck, Vamsi
Erik Rude 17-Apr-13 6:05am    
Which version of visual studio are you using? You can do F5 (run to next break point) or shift+F11 I suggest you read up on debugging in the help files. There are many extremely useful features that you'll only find if you read this section.
Rockstar_ 17-Apr-13 6:21am    
U can drag the execution control also....

Try this link to MSDN http://msdn.microsoft.com/en-us/library/vstudio/sc65sadd.aspx[^]
This may be very helpful to you.
Best regards
Erik
 
Share this answer
 
Comments
arbaaz jalil 17-Apr-13 6:51am    
Thank You :)
Hi Arbaaz,

You may use F10 key to skip step into code while debugging.
F10 works similar to F11 but it wont step into functions.

I hope this might help.

With regards,
RK
 
Share this answer
 
Comments
arbaaz jalil 17-Apr-13 6:51am    
Thank You :)
You may use, for instance, the "run to cursor" feature. I suggest you reading the following article: "Mastering Debugging in Visual Studio 2010 - A Beginner's Guide"[^].
 
Share this answer
 
Comments
arbaaz jalil 17-Apr-13 6:50am    
Now that was really helpful. Thanks :)
CPallini 17-Apr-13 7:49am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900