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?
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?
Copyright © 2021 Jogjafile Inc.
It is ~/.dbxrc
The .dbxinit is an older obsoleted name for the file that will be used if .dbxrc is missing.