The Output panel is used by the Editor to display text relating to a
project's execution. Runtime information and error messages are displayed here, coupled with any text directed at the
Output feature.
|
Any strings written to the console at runtime using either Console.Write or Console.WriteLine will be redirected to the output panel.
|
The Output panel is shown by selecting
View → Output from the menu bar or by clicking the Output button in the
Standard toolbar.
Clear All
Clears the output panel of text.
|
|
Toggle Word Wrap
When selected, causes text in the output panel to be wrapped.
|
|
Output text
Displays all output text from an executing project.
|
|