Support continued event properly
This commit is contained in:
parent
0f0d684e92
commit
8e3a734141
2 changed files with 10 additions and 4 deletions
|
|
@ -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 ):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue