I was looking for the "Immediate" window like in Classic VB but can't find it

  • Thread starter Thread starter David A. Beck
  • Start date Start date
D

David A. Beck

I was looking for the "Immediate" window like in Classic VB but could not
find it.
 
Is this where the debug is shown too if I have the "Tools / Options /
Debugging / General / Redirect all Output Window text to the Immediate
Window" option selected?
 
David A. Beck said:
Is this where the debug is shown too if I have the "Tools / Options /
Debugging / General / Redirect all Output Window text to the Immediate
Window" option selected?

fwiw, there is no immediate window in .Net. Nothing useful, like there is in
VB Classic anyway. For proof, just try pasting a block of text in any
"debug" window .Net (any version) provides... if you can get it to accept a
block (which I haven't been able to), try making a change to the text,
reselect it and paste it back into the app. Good luck. Let me know if you
find a window that allows this.
 
David A. Beck said:
I was looking for the "Immediate" window like in Classic VB but could not
find it.


VS 2005 contains an immediate window, but VB.NET 2002/2003 don't.
 
Back
Top