immediate window

  • Thread starter Thread starter Al_C
  • Start date Start date
A

Al_C

Hi,
I must have done something to my VBExpress configuration as I no longer
can see anything in my immediate window when I try to output to it using
debug.write("something")
Any suggestions.
Thanks,
Al
 
Al_C said:
I must have done something to my VBExpress configuration as I no
longer can see anything in my immediate window when I try to output
to it using debug.write("something")

Assuming the Express is the same as the VS2005 Pro IDE, take a look in
Tools/Options/Debugging/General and see if the "Redirect all Output Window
text to the Immediate Window" box is checked. If not, your debug text will
be going to the Output window instead.

HTH,
 
Back
Top