Emit User VimspectorFrameWasSet event

This commit is contained in:
__ 2021-02-06 00:52:11 +01:00 committed by Ben Jackson
commit d81bdf30ef

View file

@ -710,6 +710,7 @@ class DebugSession( object ):
self._stackTraceView.SetSyntax( self._codeView.current_syntax )
self._variablesView.LoadScopes( frame )
self._variablesView.EvaluateWatches()
vim.command( 'doautocmd <nomodeline> User VimspectorFrameWasSet' )
if reason == 'stopped':
self._breakpoints.ClearTemporaryBreakpoint( frame[ 'source' ][ 'path' ],