On 09/04/11 05:22, Rostyslaw Lewyckyj wrote:
Would any of you be so kind as to send me pointers
on where, online, I can find any tutorials on vim
debug which contain full examples to illustrate
what is sketched in :h?
For example where do I write any of the commands
to define breakpoints, and then at a breakpoint
to dump values both from the file being processed
and the script being debugged. How do I change
any of the values of the file and script,
without terminating the debug run?

There are two ways to debug Vim:

- Vim debug mode, see :help debug-mode
You don't write the commands into a file, you type them at the keyboard.

- with an external debugger (e.g. gdb) see the debugger's documentation.
This is outside the scope of the present mailing list.


Best regards,
Tony.
--
Really heard in court in the U.S.A.:
Q.: Doctor, how many of your autopsies were on deceased persons?
A.: All of them. Living people struggle too much.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to