.dotfiles/.gdbinit

9 lines
110 B
Text

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