There is no reason for terminated event

This commit is contained in:
Ben Jackson 2019-02-01 10:05:50 +00:00
commit ed382a9f90

View file

@ -574,10 +574,8 @@ class DebugSession( object ):
self._variablesView.Clear()
def OnEvent_terminated( self, message ):
utils.UserMessage( "The program was terminated because: {0}".format(
message.get( 'body', {} ).get( 'reason', "No specific reason" ) ) )
self.Clear()
utils.UserMessage( "Debugging was terminated." )
def _RemoveBreakpoints( self ):
for breakpoints in self._line_breakpoints.values():