Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 388
Iteration Avatar asked Jun 01 '17 21:06

Iteration


People also ask

Where is the console in Visual Studio Mac?

After you've opened it, you'll see the terminal pad at the bottom of the Visual Studio for Mac window. The Visual Studio for Mac integrated terminal immediately after being launched. Now that you've got the terminal set up, let's look at some of its features.

How do I view console output in Visual Studio 2019 Mac?

Developer Community. Write a simple console app and run it. At the bottom of the window, click the "Application Output" placard to make the Application Output Console show up -- this shows the output of what the app has written to the console, among other things.

How do I show console output in Visual Studio?

Press F11 . Visual Studio calls the Console. WriteLine(String, Object, Object) method. The console window displays the formatted string.

How do I open console application on Mac?

Here's how to open Console on your Mac: Go to Applications > Utilities and double-click Console to launch it. You'll see your Mac listed on the left-hand side, along with any other Apple devices on your Wi-Fi network, and logged in to your Apple ID.


Video Answer


2 Answers

View menu > Pads > Application Output

like image 144
Jon Schneider Avatar answered Oct 26 '22 23:10

Jon Schneider


When I press the play button on the top left it launches "Terminal" and runs the code in there. Try starting a new console app and see if that works with the given hello world.

like image 35
jtagg Avatar answered Oct 26 '22 23:10

jtagg