981 |
981 |
982 def __clientExit(self, status, message): |
982 def __clientExit(self, status, message): |
983 """ |
983 """ |
984 Private method to handle the debugged program terminating. |
984 Private method to handle the debugged program terminating. |
985 |
985 |
986 @param status exit code of the debugged program (int) |
986 @param status exit code of the debugged program |
|
987 @type int |
|
988 @param message exit message of the debugged program |
|
989 @type str |
987 """ |
990 """ |
988 self.viewmanager.exit() |
991 self.viewmanager.exit() |
989 |
992 |
990 self.__resetUI() |
993 self.__resetUI() |
991 |
994 |