Groups | Blog | Home
all groups > visual studio .net setup > october 2004 >

visual studio .net setup : Any equivalent to the VB "immediate" window in VS .Net 2003?


Jim Bancroft
10/28/2004 1:52:19 PM

This is something I'm probably missing by an inch, but it's eluded me so
far....is there an equivalent in VS .Net to the Visual Basic immediate
window, where I can investigate my variables, by typing something along the
lines of "? myStringReader.ToString()" and seeing the output in the console
or VS command window?

I *think* the command window is where I need to look, but I'm not
sure.....thanks for the help.


Lau Lei Cheong
10/29/2004 10:09:43 AM
Yes. You can use Command window to type can check the result of functions.
And the usage is excatly what you stated.

For variables, it'll be more convinent to add "watch" to them. So I can just
press "F10" or "F11" and see how they change as the program executes. :)

"Jim Bancroft" <bobgambles@nowhere.com> ¦b¶l¥ó
news:%23S40WATvEHA.1292@TK2MSFTNGP10.phx.gbl ¤¤¼¶¼g...
[quoted text, click to view]

AddThis Social Bookmark Button