faqts : Computers : Software : Microsoft : .NET : Visual Studio

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 6 people (50%) answered Yes
Recently 3 of 6 people (50%) answered Yes

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

----------------------------------------------------------------------