System.Diagnostics.Debug.WriteLine

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

how to use System.Diagnostics.Debug.WriteLine to write directly to a window
viewable during debug mode (similar to Debug.Print in VB6)
 
Works the exact same way...

Debug.Writeline("Message here goes to the output window!")

Why?
 
not on my setup it doesn't .... nothing shows up ... i must have something
misconfigured ...

wxp pro sp1 , vs.net 2003
 
I can't see what would make this stop working...

Are you running the assembly in debug mode or release mode?

Are you looking at the output window?
 
debug mode

yes, looking at output window



Ray Cassick (Home) said:
I can't see what would make this stop working...

Are you running the assembly in debug mode or release mode?

Are you looking at the output window?
 
Ok, you got me on this one...

What kind of project are you working on? Give so details about your project
layout and what you are doing. The only time I might expect to see something
like this is if you have the writeline statement in a library being called
by another assembly.
 

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