048e4a089a
Also added flow commands
9 lines
437 B
VimL
9 lines
437 B
VimL
|
|
|
|
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')
|