mirror of
https://github.com/vim/vim.git
synced 2026-06-10 03:17:38 +02:00
b3623a382a
Problem: Terminal debugger doesn't handle arguments.
Solution: Use <f-args> and pass all the arguments to gdb, e.g. the core file
or process number. (suggested by Christian Brabandt) Disallow
starting the debugger twice.