| /vim-8.2.3635/runtime/doc/ |
| H A D | debug.txt | 1 *debug.txt* For Vim version 8.2. Last change: 2019 May 07 7 Debugging Vim *debug-vim* 12 1. Location of a crash, using gcc and gdb |debug-gcc| 13 2. Locating memory leaks |debug-leaks| 14 3. Windows Bug Reporting |debug-win32| 43 2. Locating memory leaks *debug-leaks* *valgrind* 65 3. Windows Bug Reporting *debug-win32* 87 *debug-vs2005* 121 *debug-windbg* 147 *debug-minidump* [all …]
|
| H A D | debugger.txt | 22 Debug Signs |debug-signs| 23 Debug Source Highlight |debug-highlight| 28 However, the |alt-input| and |debug-highlight| were written to be usable in 42 enough control to display the current debug environment and state. 48 1.2 Debug Signs *debug-signs* 60 can also work together with the |debug-highlight| to ensure the mark is 66 1.3 Debug Source Highlight *debug-highlight* 70 work for both vim and gvim, whereas the debug sign is, in most cases, limited
|
| H A D | repeat.txt | 17 7. Debugging scripts |debug-scripts| 730 7. Debugging scripts *debug-scripts* 744 STARTING DEBUG MODE *debug-mode* 756 *:debug* 760 :debug edit test.txt.gz 838 About the additional commands in debug mode: 847 *vim9-debug* 912 *:debug-name* 979 user, don't use typeahead for debug commands. 1016 See |:debug-name| for how {pattern} is used. [all …]
|
| H A D | Makefile | 22 debug.txt \ 167 debug.html \
|
| H A D | tags | 194 'debug' options.txt /*'debug'* 1309 +debug various.txt /*+debug* 2353 :debug repeat.txt /*:debug* 6118 debug-gcc debug.txt /*debug-gcc* 6120 debug-leaks debug.txt /*debug-leaks* 6121 debug-minidump debug.txt /*debug-minidump* 6125 debug-vim debug.txt /*debug-vim* 6126 debug-vs2005 debug.txt /*debug-vs2005* 6127 debug-win32 debug.txt /*debug-win32* 6128 debug-windbg debug.txt /*debug-windbg* [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lua.vim | 298 syn match luaFunc /\<debug\.debug\>/ 299 syn match luaFunc /\<debug\.gethook\>/ 300 syn match luaFunc /\<debug\.getinfo\>/ 301 syn match luaFunc /\<debug\.getlocal\>/ 302 syn match luaFunc /\<debug\.getupvalue\>/ 303 syn match luaFunc /\<debug\.setlocal\>/ 305 syn match luaFunc /\<debug\.sethook\>/ 306 syn match luaFunc /\<debug\.traceback\>/ 308 syn match luaFunc /\<debug\.getfenv\>/ 309 syn match luaFunc /\<debug\.setfenv\>/ [all …]
|
| H A D | cl.vim | 39 syn keyword clDebug contained debug 45 " We don't put "debug" in the clSetOptions;
|
| H A D | gpg.vim | 44 \ compress-algo debug default-cert-check-level 62 \ auto-check-trustdb batch debug-all default-comment
|
| H A D | wget.vim | 54 \ "debug",
|
| H A D | screen.vim | 96 \ debug
|
| H A D | smarty.vim | 28 syn keyword smartyTagName strip assign counter cycle debug eval fetch
|
| H A D | scilab.vim | 24 syn keyword scilabDebug debug pause what where whereami whereis who whos
|
| H A D | gp.vim | 24 syntax keyword gpInterfaceKey datadir debug debugfiles debugmem
|
| H A D | upstart.vim | 49 syn keyword upstartStatement respawn service instance manual debug task
|
| H A D | grub.vim | 39 \ chainloader cmp configfile debug displayapm
|
| /vim-8.2.3635/src/xxd/ |
| H A D | Make_vms.mms | 25 # Uncomment if want a debug version. Resulting executable is DVIM.EXE 49 CFLAGS = /debug/noopt$(PREFIX)/cross_reference/include=[] 50 LDFLAGS = /debug
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_netbeans.py | 137 if self.debug: 144 self.debug = 0 165 if self.debug:
|
| H A D | test_debugger.vim | 1 " Tests for the Vim script debug commands 83 call RunDbgCmd(buf, ':debug echo Foo()', ['cmd: echo Foo()']) 205 call RunDbgCmd(buf, ':debug echo Foo()', ['cmd: echo Foo()']) 283 call RunDbgCmd(buf, ':debug echo Bar(1)') 292 call RunDbgCmd(buf, ':debug echo Bazz(1)') 302 call RunDbgCmd(buf, ':debug echo Foo()') 410 \ ':debug call GlobalFunction()', 840 \ '-S Xtest1.vim -c "debug call GlobalFunction()"', 912 \ ':debug call GlobalFunction()', 1087 \ ':debug call Func()', [all …]
|
| H A D | test_filetype.vim | 267 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'], 317 …\ 'messages': ['/log/auth', '/log/cron', '/log/daemon', '/log/debug', '/log/kern', '/log/lpr', '/l… 318 …\ '/log/auth.log', '/log/cron.log', '/log/daemon.log', '/log/debug.log', '/log/kern.log', '/lo… 319 …\ '/log/auth.err', '/log/cron.err', '/log/daemon.err', '/log/debug.err', '/log/kern.err', '/lo… 320 …\ '/log/auth.info', '/log/cron.info', '/log/daemon.info', '/log/debug.info', '/log/kern.info'… 321 …\ '/log/auth.warn', '/log/cron.warn', '/log/daemon.warn', '/log/debug.warn', '/log/kern.warn'… 322 …\ '/log/auth.crit', '/log/cron.crit', '/log/daemon.crit', '/log/debug.crit', '/log/kern.crit'… 323 …\ '/log/auth.notice', '/log/cron.notice', '/log/daemon.notice', '/log/debug.notice', '/log/ke…
|
| H A D | test_history.vim | 84 for h in ['cmd', ':', '', 'search', '/', '?', 'expr', '=', 'input', '@', 'debug', '>'] 137 call assert_equal('"history / : = > ? @ all cmd debug expr input search', @:)
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | tags | 27 matchit-debug matchit.txt /*matchit-debug*
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.mak | 78 # ADD LINK32 /debug /pdbtype:sept /pdb:".\Debug/VisVim.pdb" 79 LINK32_FLAGS=/debug /pdbtype:sept /pdb:"$(OUTDIR)/VisVim.pdb"
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | logtalk.dict | 71 debug
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 50 let s:err = 'Cannot debug, missing prompt buffer support' 52 let s:err = 'Cannot debug, +channel feature is not supported' 101 " First argument is the command to debug, second core file or process ID. 106 " First argument is the command to debug, rest are run arguments. 144 " If we make the Vim window wider, use the whole left halve for the debug 470 " Run the command if the bang attribute was given and got to the debug
|
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 453 debug_T debug; member
|