What is the equivalent mechanism to replace it (i.e. How do I look at my
console output in the IDE after the program terminates).
It was such a useful option.....
Hi Keith,
The "Quick Console" window has already been removed from the latest release
candidate version of VS2005 IDE, I am afraid developers may be used to the
classical console window.
For the issue about how to I look at the console output in the IDE after
the program terminates, one general convention is reading a key input in
the end of your program's main routine:
Console.ReadKey(false);
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.