Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Enabling Batch Mode Directly From dbx

You can also enable a batch-like mode directly from dbx by setting the dbxenv variables rtc_auto_continue and rtc_error_log_file_name.

If rtc_auto_continue is set to on, runtime checking continues to find errors and keeps running automatically. It redirects errors to the file named by the dbxenv variable rtc_error_log_file_name. The default log file name is /tmp/dbx.errlog.unique-ID. To redirect all errors to the terminal, set the rtc_error_log_file_name environment variable to /dev/tty.

By default, rtc_auto_continue is set to off.