Setting the Default Mode to Quick Mode | Environment Variables |
dbxenv Command |
The run_quick environment variable determines whether debugging information is loaded when you start running your program from dbx.
run_quick on | off | If set to on, no symbolic information is loaded upon execution of the debug command. The symbolic information can be loaded on demand using prog -readsysms. Until then dbx behaves as if the program being debugged is stripped. Default:off. |