When stepping, try to only reload the current thread stack trace
This commit is contained in:
parent
539b6d5c13
commit
5278cd17fe
1 changed files with 5 additions and 5 deletions
|
|
@ -136,11 +136,11 @@ class StackTraceView( object ):
|
|||
elif event.get( 'allThreadsStopped', False ) and self._threads:
|
||||
self._currentThread = self._threads[ 0 ][ 'id' ]
|
||||
|
||||
# if threadId:
|
||||
# for thread in self._threads:
|
||||
# if thread[ 'id' ] == self._currentThread:
|
||||
# self._LoadStackTrace( thread, True )
|
||||
# return
|
||||
if self._currentThread:
|
||||
for thread in self._threads:
|
||||
if thread[ 'id' ] == self._currentThread:
|
||||
self._LoadStackTrace( thread, True )
|
||||
return
|
||||
|
||||
self.LoadThreads( True )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue