The Output window displays the messages that displayed in one pane in previous versions of PowerBuilder in separate tabs for different message types.
When you start a new PowerBuilder session, the Output window has a single tab, Default. New tabs are added as you perform operations. Tabs display in the order in which they are created and remain in the Output window for the rest of the PowerBuilder session. To clear the output from the tabs when you start a new build, make sure that the Automatically Clear Output Window check box on the General page of the System Options dialog box is selected.
Tab |
Contents |
---|---|
Default |
General information about the progress of full or incremental builds and project deployment |
Debug |
Debugger output, such as the paths of assemblies loaded to support .NET debugging |
Errors |
Messages that indicate problems that prevent the build or deploy process from completing successfully |
Warnings |
Warning and informational messages |
Search |
Output from search operations |
Unsupported features |
For .NET targets, names and locations of features not supported in the target type |
When a message refers to a specific object or script, you can double-click the message to open the object.