There is no reason for terminated event
This commit is contained in:
parent
82605c80cc
commit
ed382a9f90
1 changed files with 1 additions and 3 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue