Lines Matching refs:debug
1 " Tests for the Vim script debug commands
83 call RunDbgCmd(buf, ':debug echo Foo()', ['cmd: echo Foo()'])
203 " Start a debug session, so that reading the last line from the terminal
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()',
587 \ ':debug doautocmd User TestGlobalFunction',
840 \ '-S Xtest1.vim -c "debug call GlobalFunction()"',
912 \ ':debug call GlobalFunction()',
1087 \ ':debug call Func()',
1094 \ ':debug call FuncWithArgs("asdf", 42, 1, 2, 3)',
1116 \ ':debug call FuncWithDict()',