What is equivalent of .gdbinit file for dbx?

140 views Asked by At

I can have an initialization file in my home directory called .gdbinit which is run each time I start a gdb session to customize my environment.

What is the equivalent file name in dbx?

1

There are 1 answers

0
WilliamKF On BEST ANSWER

It is ~/.dbxrc

The .dbxinit is an older obsoleted name for the file that will be used if .dbxrc is missing.