diff --git a/.gdbinit b/.gdbinit new file mode 100644 index 0000000..c914714 --- /dev/null +++ b/.gdbinit @@ -0,0 +1,16 @@ +set debuginfod enabled on +set breakpoint pending on + +set tui compact-source on +set tui border-kind acs +set tui border-mode normal +set tui active-border-mode normal +set tui tab-width 4 +set tui mouse-events on +tui enable + +break __assert_fail +commands + frame 1 + info locals +end diff --git a/setup.sh b/setup.sh index 3146236..8e58254 100755 --- a/setup.sh +++ b/setup.sh @@ -64,6 +64,7 @@ SYMLINKS=( ".local/bin" ".local/share/fonts" ".local/share/konsole" + ".gdbinit" ".vimrc" ".xinit-scripts" ".xinitrc"