set history save
set verbose off
set print pretty on
set print array off
set print array-indexes on
set python print-stack full

source ~/.config/gdb/gdb-fzf.py

source ~/.config/gdb/gdb-dashboard.py

source ~/.config/gdb/gdb-tmux-integration.py

python
print(">>> GDB initialized. Run 'dashboard-tmux' to start the session. <<<")
end
