Add Pause command
This commit is contained in:
parent
b15c4a0902
commit
a5c773932e
2 changed files with 13 additions and 0 deletions
|
|
@ -143,6 +143,10 @@ function! vimspector#Continue() abort
|
|||
py3 _session.Continue()
|
||||
endfunction
|
||||
|
||||
function! vimspector#Pause() abort
|
||||
py3 _session.Pause()
|
||||
endfunction
|
||||
|
||||
" Boilerplate {{{
|
||||
let &cpo=s:save_cpo
|
||||
unlet s:save_cpo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue