Support continued event properly

This commit is contained in:
Ben Jackson 2020-11-20 23:42:08 +00:00
commit 8e3a734141
2 changed files with 10 additions and 4 deletions

View file

@ -1150,8 +1150,7 @@ class DebugSession( object ):
pass
def OnEvent_continued( self, message ):
# FIXME: allThreadsContinued ?
self._stackTraceView.OnContinued()
self._stackTraceView.OnContinued( message[ 'body' ] )
self._codeView.SetCurrentFrame( None )
def Clear( self ):