Add a GDB config file (yess!)
This commit is contained in:
parent
b98cfe1c29
commit
7f1900d484
1 changed files with 7 additions and 0 deletions
7
gdbinit
Normal file
7
gdbinit
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
echo \nReading ~/.gdbinit\n
|
||||||
|
set history save on
|
||||||
|
set history size 100000
|
||||||
|
|
||||||
|
set print pretty on
|
||||||
|
set print array on
|
||||||
|
set print object on
|
Loading…
Add table
Add a link
Reference in a new issue