Allow pausing individual threads (in theory)
This commit is contained in:
parent
a5d66a7477
commit
f0785c11f2
3 changed files with 41 additions and 1 deletions
|
|
@ -171,6 +171,13 @@ function! vimspector#Pause() abort
|
|||
py3 _vimspector_session.Pause()
|
||||
endfunction
|
||||
|
||||
function! vimspector#PauseThread() abort
|
||||
if !s:Enabled()
|
||||
return
|
||||
endif
|
||||
py3 _vimspector_session.PauseThread()
|
||||
endfunction
|
||||
|
||||
function! vimspector#Stop() abort
|
||||
if !s:Enabled()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue