C++ - GDB init profile setting in Linux

less than 1 minute read

1
2
3
4
5
$ cat ~/.gdbinit
set history save on
set print pretty on
set pagination off
set confirm off