0

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?

WilliamKF
  • 41,123
  • 68
  • 193
  • 295

1 Answers1

1

It is ~/.dbxrc

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

WilliamKF
  • 41,123
  • 68
  • 193
  • 295