Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 121) sorted by relevance

12345

/vim-8.2.3635/runtime/doc/
H A Ddebug.txt1 *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 Ddebugger.txt22 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 Drepeat.txt17 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 DMakefile22 debug.txt \
167 debug.html \
H A Dtags194 '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 Dlua.vim298 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 Dcl.vim39 syn keyword clDebug contained debug
45 " We don't put "debug" in the clSetOptions;
H A Dgpg.vim44 \ compress-algo debug default-cert-check-level
62 \ auto-check-trustdb batch debug-all default-comment
H A Dwget.vim54 \ "debug",
H A Dscreen.vim96 \ debug
H A Dsmarty.vim28 syn keyword smartyTagName strip assign counter cycle debug eval fetch
H A Dscilab.vim24 syn keyword scilabDebug debug pause what where whereami whereis who whos
H A Dgp.vim24 syntax keyword gpInterfaceKey datadir debug debugfiles debugmem
H A Dupstart.vim49 syn keyword upstartStatement respawn service instance manual debug task
H A Dgrub.vim39 \ chainloader cmp configfile debug displayapm
/vim-8.2.3635/src/xxd/
H A DMake_vms.mms25 # 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 Dtest_netbeans.py137 if self.debug:
144 self.debug = 0
165 if self.debug:
H A Dtest_debugger.vim1 " 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 Dtest_filetype.vim267 \ '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 Dtest_history.vim84 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 Dtags27 matchit-debug matchit.txt /*matchit-debug*
/vim-8.2.3635/src/VisVim/
H A DVisVim.mak78 # 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 Dlogtalk.dict71 debug
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim50 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 Dvim9.h453 debug_T debug; member

12345