Handle debug and terminated events
Somewhat at least.
This commit is contained in:
parent
45a8176de3
commit
eeabd00b4a
5 changed files with 86 additions and 12 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue