mirror of
https://github.com/vim/vim.git
synced 2026-02-19 11:53:56 +01:00
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.