Add a reset command to undo all the UI and reset everything
This commit is contained in:
parent
6aecfb969b
commit
7600e1e652
7 changed files with 98 additions and 9 deletions
|
|
@ -38,6 +38,10 @@ class StackTraceView( object ):
|
|||
self.Clear()
|
||||
self._connection = None
|
||||
|
||||
def Reset( self ):
|
||||
self.Clear()
|
||||
# TODO: delete the buffer ?
|
||||
|
||||
def LoadStackTrace( self, thread_id ):
|
||||
self._connection.DoRequest( self._PrintStackTrace, {
|
||||
'command': 'stackTrace',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue