Connect with me
Search
Twitter Feed
Navigation
« Weekly Training - Working with large sets of data in ASP.NET | Main | Concise Code - Does it make things hard to read? »
Monday
Jul212008

Weekly Training - Debugging in Visual Studio 2008

I recently had a few of the junior and work experience developers asking for some help in solving some coding issues.

More often then not the answer was in front of them but they didn’t know about tools such as Quick Watch, Navigating through code, Breakpoints and the Callstack window.

I decided it was time to get back to basics and show them all the tools they can use to find and solve the issues themselves.

So this week’s training was about “Debugging in Visual Studio 2008”

I went through trying to fix a real bug in the SSW .NET Toolkit’s Northwind Order form.

I demonstrated:

  • Setting breakpoints & bookmarks
  • Viewing and modifying runtime values of variables and controls using:
    • Quick Watch
    • Add Watch
    • Immediate Window
    • Autos and Locals window
  • Step over, step into, step out
  • Changing the currently executing line
  • The Call Stack

Resources

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>