Logging an Entire Debugging Session to a File
Related Topics:
By default, the debugger logs only the dbx commands executed during your debugging session to a file. You can choose to have the entire debugging session logged
To log the entire session to a file:
- 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 Debugging Output tab.
- 3. From Logging, select the Log entire session to file checkbox, then type a file name in the text box.
- The debugging session is written to the file name you type in the text box. Normally, the text box is disabled.
Note - This option is equivalent to the dbx session_log_file_name Environment Variable.