Emit User VimspectorFrameWasSet event
This commit is contained in:
parent
e70b8f37a3
commit
d81bdf30ef
1 changed files with 1 additions and 0 deletions
|
|
@ -710,6 +710,7 @@ class DebugSession( object ):
|
||||||
self._stackTraceView.SetSyntax( self._codeView.current_syntax )
|
self._stackTraceView.SetSyntax( self._codeView.current_syntax )
|
||||||
self._variablesView.LoadScopes( frame )
|
self._variablesView.LoadScopes( frame )
|
||||||
self._variablesView.EvaluateWatches()
|
self._variablesView.EvaluateWatches()
|
||||||
|
vim.command( 'doautocmd <nomodeline> User VimspectorFrameWasSet' )
|
||||||
|
|
||||||
if reason == 'stopped':
|
if reason == 'stopped':
|
||||||
self._breakpoints.ClearTemporaryBreakpoint( frame[ 'source' ][ 'path' ],
|
self._breakpoints.ClearTemporaryBreakpoint( frame[ 'source' ][ 'path' ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue