console output in IDE debugger

Is there anyway in the IDE to show the console window so I can see logs while its running in the debugger?

Mac, Windows ? Linux ?

Mac, just launch the console before you run.

On Windows, download debugView, launch before the run.

There is no such option. Launch the console from the Applications/utility folder, or set the app to stay in the dock to launch it easier.

You can also use a build script. I believe it should be possible to launch it with doShellCommand.

BTW next time you have a question about Mac, why not post in macOS ?

Dim result as string = DoShellCommand("open /Applications/Utilities/Console.app" )

If you’re looking for the output of System.DebugLog, there’s a button on the bottom middle of the window that’ll show the messages pane.