dotfiles/fish/.config/fish/functions/gdbr.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
98 B
Fish
Raw Normal View History

function gdbr --description 'Start a command/process with rust-gdb'
rust-gdb --args $argv
end