Customizing dbx |
13 |
![]() |
This chapter is organized into the following sections:
Using .dbxrc
The dbx initialization file, .dbxrc, stores dbx commands that are executed each time you start dbx. Typically, the file contains commands that customize your debugging environment, but you can place any dbx commands in the file. Remember, if you customize dbx from the command line while you are debugging, those settings apply only to the current debugging session.
The search order is:
help .dbxrc >$HOME/.dbxrc
dbxenv case input_case_sensitive false |
The first line changes the default setting for the case sensitivity control. dbxenv refers to the set of debugging environment attributes. input_case_sensitive refers to the matching control. false is the control setting.
Command Reference
The dbxenv syntax is:
dbxenv variable |
dbxenv |
This table shows all of the dbxenv variables that you can set:
Note - Each variable has a corresponding ksh environment variable such as DBX_trace_speed. The variable may be assigned directly, or the dbxenv command may be used; they are equivalent.