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
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
- Click Window > Show View.
- Select Console under the Basic group of views. After the console view opens, the output from the script is written to it.