.dotfiles/.gdbinit

10 lines
110 B
Plaintext

pwd
define save_breaks
save breakpoints .breakpoints
end
define load_breaks
source .breakpoints
end