Entry
Microsoft: .NET: Visual Studio: Debug: How to debug: Step over?
Jan 9th, 2004 20:43
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 10 January 2004 - 04:39 am --------------------
Microsoft: .NET: Visual Studio: Debug: How to debug: Step over?
---
Steps: Overview:
1. -Put a breakpoint
1. Press <F9>
2. -Choose 'step over'
1. Press <F10>
3. -If asked to rebuild (e.g. when console application)
select 'Yes' if you did change your source code
4. -This should step through your source code
5. -Keep pressing <F10> to go to the next position
----------------------------------------------------------------------