Groups | Blog | Home
all groups > visual studio .net general > may 2006 >

visual studio .net general : Pls help me in Debugging application developed in VB.NET 2003


How to use Debug in VS.NET 2003?
5/30/2006 8:40:02 AM
Hi,
I am new to .NET world. I am trying to learn about Debugging VB applications
in VS.NET 2003. Can any one tell me how to use Debug menu in VS.NET 2003
please? I mean, how to use that menu to debug the code. Is there any tutorial
available online? I did a lot of googling, ;( end up with no luck.

Thanks in advance.
Siva
Scott S.
6/2/2006 5:39:02 AM
Just try it out, it isn't hard at all.

Build a debug version of solution.
Select the line of code you want to stop on.
Click the far left colum in the editor to add a breakpoint (red dot).
Click run button on toolbar.
Go through app until it stops at break point.
Inspect variable values but looking in variables window, adding them to
watch window, hovering over them, or right clicking them and choosing quick
view/inspect(?)

Ciao,
Scott


[quoted text, click to view]
AddThis Social Bookmark Button