Lines Matching refs:debug
17 7. Debugging scripts |debug-scripts|
730 7. Debugging scripts *debug-scripts*
733 they are doing, Vim offers a debug mode. This allows you to step through a
737 effects on how Vim works. You cannot use it to debug everything. For
740 An alternative to debug mode is setting the 'verbose' option. With a bigger
744 STARTING DEBUG MODE *debug-mode*
756 *:debug*
757 2. Run a command with ":debug" prepended. Debugging will only be done while
760 :debug edit test.txt.gz
789 effect won't be noticed until after leaving debug mode. For example: >
793 There is a separate command-line history for debug mode.
808 next Execute the command and come back to debug mode when
812 step Execute the command and come back to debug mode for
817 back to debug mode for the next command that is
822 back to debug mode for the command after the one that
838 About the additional commands in debug mode:
847 *vim9-debug*
912 *:debug-name*
972 Read debug mode commands from the normal input stream, instead
978 Undo ":debuggreedy": get debug mode commands directly from the
979 user, don't use typeahead for debug commands.
1016 See |:debug-name| for how {pattern} is used.
1020 See |:debug-name| for how {pattern} is used.