Where can I read the Console output in Visual Studio 2017 for Mac?

Viewed 9412

Installed the new Visual Studio Community for Mac. Just tried to run some existing command line app. Where does Console.WriteLine output on VisualStudio for Mac? Is that possible to redirect on the Terminal? Thanks

3 Answers

Slightly different but same sort of topic, so thought I'd add information here for anyone else looking.

On VS for Mac (version 8.7.8), I see "Build Output" on the "Errors" dialog (View -> Pads -> Errors). Took me ages to find, hope that helps someone!

Errors - Build Output

Related