In VB6 I use a lot of debug.print statement
In vb.net it's upgraded as is, except that it has no effect. What should be printed doesn't show up on immediate window. So where does it show up?
Printable View
In VB6 I use a lot of debug.print statement
In vb.net it's upgraded as is, except that it has no effect. What should be printed doesn't show up on immediate window. So where does it show up?
I think the Command window
How to see taht command window?
Hmm.... So now it's different than immediate window?
System.Diagnostics.Debug.WriteLine()Quote:
In vb.net it's upgraded as is, except that it has no effect.
Also click on
Tools ~~> Options ~~> Debugging ~~> Redirect all output Window Text to the Immediate Window (Tick On)
Default is "Off"