Send VimspectorDebugEnded event
This commit is contained in:
parent
bcf4120ba4
commit
3c54cd268f
1 changed files with 1 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ class DebugSession( object ):
|
|||
self._outputView.Reset()
|
||||
self._codeView.Reset()
|
||||
vim.command( 'tabclose!' )
|
||||
vim.command( 'doautocmd <nomodeline> User VimspectorDebugEnded' )
|
||||
self._stackTraceView = None
|
||||
self._variablesView = None
|
||||
self._outputView = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue