ckelsoe Member Joined Feb 12, 2005 Messages 20 Location Winchester, VA Programming Experience 10+ Mar 22, 2006 #1 How do you step through code with VS2005? So far I have not found a way to do this. I can step over (F10) but not through. Thanks, Charles
How do you step through code with VS2005? So far I have not found a way to do this. I can step over (F10) but not through. Thanks, Charles
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,873 Location Norway Programming Experience 10+ Mar 22, 2006 #2 You can also Step Into (F8) http://msdn2.microsoft.com/en-us/library/ek13f001.aspx Upvote 0 Downvote
ckelsoe Member Joined Feb 12, 2005 Messages 20 Location Winchester, VA Programming Experience 10+ Mar 22, 2006 #3 For some reason those options are not showing up on the menu. Thanks Upvote 0 Downvote
T TechGnome Well-known member Joined May 23, 2005 Messages 896 Programming Experience 10+ Mar 22, 2006 #4 F8 was step into in VB6... F11 now steps into in VS2005. -tg Upvote 0 Downvote