Runtime Checking Defaults | rtc_error_log_file_name Environment Variable |
By default, runtime checking stops execution of your program each time it encounters an error. You can ask runtime checking to log errors to a separate file and continue running your program.You can choose to rename the error log file; the default file name is /tmp/dbx.errlog.pid.
To log errors to a file and continue running:
Note - This option is equivalent to the dbx rtc_auto_continue Environment Variable