Automatically Flushing the File Descriptors of the Target Process

Related Topics:

Command Line Only Defaults

By default, after every call command, Sun WorkShop automatically flushes all file descriptors of the target process issued by the user. This ensures that any information stored in the I/O buffer is printed. You can reset the default so that the I/O buffer is not flushed automatically after user calls to functions.

To turn off auto flush:

1. In the Debugging Window, choose Debug Debugging Options. Or, in the Sun WorkShop main window, choose Options Debugging Options.

2. In the Debugging Options Dialog Box, click the Command Line Only tab.

3. At Automatically flush, click the No radio button.

4. Click OK to apply the change to the current session, or click Save as Defaults and then click OK to apply it to all sessions.

Note - This option is equivalent to the dbx e
output_auto_flush Environment Variable.