Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Skipping code while debugging
Message
From
13/02/2008 11:10:43
 
General information
Forum:
ASP.NET
Category:
Testing and debugging
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01292156
Message ID:
01292177
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
>>Set a breakpoint at the line of code after the loop. Hit F5 and it will continue on and stop at the breakpoint. Incidentally, the other debugging Function keys you will probably want to know are:
>>
>>F10 - step over
>>F11 - step through
>>
>>~~Bonnie
>>
>>
>I see. So, you're suggesting to set 2 breakpoints and do F5 instead of F10 in between.
>
>Ok.


F10 steps over a method call (whereas F11 would step into that method) ... but it does not skip over code.

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform