vim-vebugger/autoload/vebugger
IdanArye 4567ad166b Change the code path of user actions
Most user actions now go through vebugger#userAction, which calls the
user action on the active debugger object. The exceptions are:

 - Starting the debugger - because we don't have an active debugger yet
 - Stopping the debugger - because we'll need to clear the active
   debugger after that
 - Altering breakpoints - because we want to be able to do it even
   without an active debugger(e.g. - setting breakpoints before starting
   the debugger)
2015-02-28 19:16:25 +02:00
..
gdb.vim Add docs for the 'con' flag for gdb 2015-02-16 00:41:08 +02:00
jdb.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
mdbg.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
pdb.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
rdebug.vim Fix #5 - Vim7.3 compatibility 2015-01-24 02:12:49 +02:00
std.vim Change the code path of user actions 2015-02-28 19:16:25 +02:00
util.vim Add docs for the 'con' flag for gdb 2015-02-16 00:41:08 +02:00