Handle debug and terminated events

Somewhat at least.
This commit is contained in:
Ben Jackson 2018-05-26 22:03:39 +01:00
commit eeabd00b4a
5 changed files with 86 additions and 12 deletions

View file

@ -30,6 +30,10 @@ class StackTraceView( object ):
self._line_to_frame = {}
def Clear( self ):
with utils.ModifiableScratchBuffer( self._buf ):
self._buf[:] = None
def LoadStackTrace( self, thread_id ):
self._connection.DoRequest( self._PrintStackTrace, {
'command': 'stackTrace',