Skip to content

Commit 36c848f

Browse files
committed
Add Vdebugstart command
1 parent 32672ab commit 36c848f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/vdebug.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ exe "noremap ".g:vdebug_keymap["set_breakpoint"]." :python debugger.set_breakpoi
118118
exe "vnoremap ".g:vdebug_keymap["eval_visual"]." :python debugger.handle_visual_eval()<cr>"
119119

120120
" Commands
121+
command! VdebugStart python debugger.run()
121122
command! -nargs=? Breakpoint python debugger.set_breakpoint(<q-args>)
122123
command! -nargs=? BreakpointRemove python debugger.remove_breakpoint(<q-args>)
123124
command! BreakpointWindow python debugger.toggle_breakpoint_window()

0 commit comments

Comments
 (0)