Add a GDB config file (yess!)

This commit is contained in:
Eryn Wells 2013-01-07 10:13:45 -08:00
parent b98cfe1c29
commit 7f1900d484

7
gdbinit Normal file
View 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