How to make the "Output" window show while running a program from

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am debugging my code from VS.Net and need to watch my console.wirteline
messages as I run the code. The problem is, as soon as my code starts running
in debugging mode, the console window ("Output" window) will disappear and it
only comes back when the program ends. How do I keep that window up so I can
watch the message come out as the program runs?

Thanks

Feng
 
=?Utf-8?B?RmVuZw==?= said:
I am debugging my code from VS.Net and need to watch my
console.wirteline messages as I run the code. The problem is, as soon
as my code starts running in debugging mode, the console window
("Output" window) will disappear and it only comes back when the
program ends. How do I keep that window up so I can watch the message
come out as the program runs?

Switch back to VS and use the menu to bring it up. There are also freeware utilities out there to
display and even record this output window.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 

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