vim-vebugger/autoload/vebugger
Ingo Heimbach 77925fa4b2 Do not execute autocommands when writing lines to vebugger buffers
For writing lines to vebugger's shell and terminal buffer the active
window is changed for every single line which causes a huge slowdown on
large output. By disabling autocommands, these slowdowns can be reduced.
2018-05-23 14:59:38 +02:00
..
gdb.vim Fix #25 set print pretty off and print array off in GDB 2016-02-20 18:02:00 +02:00
jdb.vim add support for not providing extra args to jdb#attach 2018-04-11 16:16:36 +02:00
lldb_wrapper.py The LLDB wrapper can handle None as output from the Python lldb module 2018-03-08 17:30:44 +01:00
lldb.vim Improved locating the currently debugged program position 2016-11-05 18:37:06 +01:00
mdbg.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
pdb.vim Bugfix: The PDB where function is not aware of step outs 2016-11-05 10:28:59 +01:00
rdebug.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
std.vim Do not execute autocommands when writing lines to vebugger buffers 2018-05-23 14:59:38 +02:00
util.vim Fix #54 - remove all breakpoint signs with :VBGclearBreakpoints 2018-04-21 21:09:20 +03:00