Debug.WriteLine Doesn't Produce Output

T

TC

I'm using Visual Basic 2005 Express. When I use the command
Debug.WriteLine("Testing"), nothing appears on the output window.

I searched the newsgroups and found this problem reported twice, but in
both cases the solution seemed to apply to Visual Studio, and not
Visual Basic Express.

Can anyone tell me how to get the problem fixed in VB 2005 Express?


-TC
 
C

Chris

TC said:
I'm using Visual Basic 2005 Express. When I use the command
Debug.WriteLine("Testing"), nothing appears on the output window.

I searched the newsgroups and found this problem reported twice, but in
both cases the solution seemed to apply to Visual Studio, and not
Visual Basic Express.

Can anyone tell me how to get the problem fixed in VB 2005 Express?


-TC

Just a thought, did you check the immediate window?
 
T

TC

Chris,

Thank you. The Immediate window was the answer.

(Because the Immediate window wasn't an option under the View menu, I
assumed it didn't exist in VB2005. Now I know to look for it under the
Debug menu.)

-TC
 
C

c_shah

If you go to Tools-->Options -->Debugging -->General

uncheck Redirect all output window text to immediate window
 

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