2013-12-23 16:37:18 -05:00
|
|
|
|
|
|
|
|
2013-12-27 16:52:57 -05:00
|
|
|
command! -nargs=1 VBGrawWrite call vebugger#writeLine(<q-args>)
|
|
|
|
|
|
|
|
command! -nargs=0 VBGstepIn call vebugger#setWriteActionAndPerform('std','flow','stepin')
|
|
|
|
command! -nargs=0 VBGstepOver call vebugger#setWriteActionAndPerform('std','flow','stepover')
|
|
|
|
command! -nargs=0 VBGstepOut call vebugger#setWriteActionAndPerform('std','flow','stepout')
|
|
|
|
command! -nargs=0 VBGcontinue call vebugger#setWriteActionAndPerform('std','flow','continue')
|
2013-12-27 17:08:42 -05:00
|
|
|
|
|
|
|
command! -nargs=0 VBGtoggleLogBuffer call vebugger#toggleLogBuffer()
|