]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(termdebug): more termdebug fixes and improvements (#12892)
authorSean Dewar <seandewar@users.noreply.github.com>
Wed, 23 Aug 2023 16:14:49 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 16:14:49 +0000 (17:14 +0100)
commit3d3a9152fa6de7038fdfd6d6de25230ed825552a
tree1f62789652794f5a9723a4289a63ff8e7562d0e0
parent79d9cb4cb062253631db29efc779da36f76b1eea
runtime(termdebug): more termdebug fixes and improvements (#12892)

- Fix and attempt to simplify :Frame/:Up/:Down documentation.

- Accept a count instead for :Up/:Down/+/-.

- Update the "Last Change" dates.

- Fix a missing :let (caused an error if gdb fails to start).

- Wipe the prompt buffer when ending prompt mode (if it exists and wasn't wiped
  by the user first). Avoids issues with stale prompt buffers (such as E95 when
  starting a new prompt mode session).

- Kill the gdb job if the prompt buffer is unloaded (similar to what's done for
  a terminal buffer). Fixes not being able to start a new termdebug session if
  the buffer was wiped by the user, for example.

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/terminal.txt
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim