Viewing the output in the console from running a script

When you run a script, either locally or on a remote server, you can view the output in the console.

About this task

Output from the script, which goes to the out output stream, appears in blue text in the console. Output from the script, which goes to the err output stream, appears in red text in the console.

Procedure

  1. Click Window > Show View.
  2. Select Console under the Basic group of views. After the console view opens, the output from the script is written to it.