Allowing Steps to Start a Process | Environment Variables |
dbxenv Command |
The run_savetty environment variable determines whether tty settings are saved when switching between the debugger and the program being debugged.
run_savetty on | off | Multiplexes tty settings, process group, and keyboard settings (if -kbd was used on the command line) between dbx and the program being debugged; useful when debugging editors and shells. Set it to on if dbx gets SIGTTIN or SIGTTOU. Set it to off to gain a slight speed advantage. The setting is irrelevant if dbx is attached to the program being debugged or is running under Sun WorkShopTM Debugging. Default: on. |