In Visual Basic.Net, how can I use the debuger to break at a line and then step through the code line by line as I did in VB.6?
Also I would like to be able to exammine the variables in the immediate window. Now when I break and go to the Immediate windows and try to see what's in a variable it tells me out of scope.
