When I do a debug.print("blabla") in VB (VS2005) it doesn't show up in the output window, what gives

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

David A. Beck

When I do a debug.print("blabla") in VB (VS2005) it doesn't show up in the
output window, what gives?
 
Cool, I see they added back Debug.Print to VS 2005. Working here.

Does Debug.WriteLine("blabla") work for you?

Greg
 
No. Debug.Writeline("BLABLA") does not either. It works in my VS 2003

Dab
 
And your sure you are looking at the Output window and not another? (I do
that mistakeall the time)

Beyond that, never seen this problem before.
 
Yep. Output and Debug in the dropdown. Are you using the production release
or one of the betas?
 
I have the VS 2005 Pro RTM. This machine has never seen a beta.

Greg
 
David said:
When I do a debug.print("blabla") in VB (VS2005) it doesn't show up
in the output window, what gives?

Do you have the Tools / Options / Debugging / General / Redirect all Output
Window text to the Immediate Window option selected?
 
Oenone - I was looking for the "Immediate" window like in Classic VB but
could not find it. Another Setting?
 
When you right click in the Output Window, is the "Program Output" on the
popup menu checked?


Luke
 

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

Back
Top