Yet more hacking. This sort of makes it work for rust

This commit is contained in:
Ben Jackson 2018-05-29 02:15:18 +01:00
commit 65e2a50d28
6 changed files with 66 additions and 9 deletions

View file

@ -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 )