3794 Public method to handle the debugged program terminating. |
3794 Public method to handle the debugged program terminating. |
3795 """ |
3795 """ |
3796 if self.currentEditor is not None: |
3796 if self.currentEditor is not None: |
3797 self.currentEditor.highlight() |
3797 self.currentEditor.highlight() |
3798 self.currentEditor = None |
3798 self.currentEditor = None |
3799 |
3799 |
|
3800 for editor in self.editors: |
|
3801 editor.refreshCoverageAnnotations() |
|
3802 |
3800 self.__setSbFile() |
3803 self.__setSbFile() |
3801 |
3804 |
3802 def openSourceFile(self, fn, lineno=-1, filetype="", |
3805 def openSourceFile(self, fn, lineno=-1, filetype="", |
3803 selStart=0, selEnd=0, pos=0): |
3806 selStart=0, selEnd=0, pos=0): |
3804 """ |
3807 """ |