I'm developing a simple console application in Visual Studio 2008 and want to run it in the output window inside Visual Studio 2008, instead of having a separate command prompt window come up. Is there a way to do this?
C# – How to run a console application in the Visual Studio output window, instead of opening a new command prompt
c++visual-studiovisual-studio-2008
Related Question
- C++ – Debugging with command-line parameters in Visual Studio
- Visual-studio – How to add an existing directory tree to a project in Visual Studio
- C# – Case insensitive ‘Contains(string)’
- Visual-studio – Preventing console window from closing on Visual Studio C/C++ Console application
- C# – How to remedy “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning
- Visual-studio – How to auto format code in Visual Studio
- C# – Try-catch speeding up the code
- Visual-studio – Can you force Visual Studio to always run as an Administrator in Windows 8
Best Solution
If you run the console app in the post build step it's output will go to the output window. The inability to do this easily has been on of my biggest peeves with VS (any version)