Skip to content

Commit 74ef5a3

Browse files
committed
Merge pull request #132 from blueyed/Vdebugstart-command
Add `Vdebugstart` command
2 parents 73fb153 + 36c848f commit 74ef5a3

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)