Yet more hacking. This sort of makes it work for rust
This commit is contained in:
parent
20045b2941
commit
65e2a50d28
6 changed files with 66 additions and 9 deletions
|
|
@ -182,7 +182,7 @@ class StackTraceView( object ):
|
|||
stackFrames = thread[ '_frames' ]
|
||||
|
||||
for frame in stackFrames:
|
||||
if frame[ 'source' ]:
|
||||
if frame.get( 'source' ):
|
||||
source = frame[ 'source' ]
|
||||
else:
|
||||
source = { 'name': '<unknown>' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue