immediate window

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
 
O

Oenone

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top