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
|
|
@ -525,6 +525,6 @@ class DebugSession( object ):
|
|||
|
||||
utils.UserMessage( 'Paused in thread {0} due to {1}'.format(
|
||||
event.get( 'threadId', '<unknown>' ),
|
||||
event.get( 'description', event[ 'reason' ] ) ) )
|
||||
event.get( 'description', event.get( 'reason', '' ) ) ) )
|
||||
|
||||
self._stackTraceView.OnStopped( event )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue