Debugger/DebugUI.py

branch
6_1_x
changeset 5127
23fdfb2be857
parent 5122
a35aec1f4205
equal deleted inserted replaced
5122:a35aec1f4205 5127:23fdfb2be857
1101 @param exceptionMessage message given by the exception (string) 1101 @param exceptionMessage message given by the exception (string)
1102 @param stackTrace list of stack entries (list of string) 1102 @param stackTrace list of stack entries (list of string)
1103 """ 1103 """
1104 self.ui.raise_() 1104 self.ui.raise_()
1105 QApplication.processEvents() 1105 QApplication.processEvents()
1106 if exceptionType is None: 1106 if not exceptionType:
1107 E5MessageBox.critical( 1107 E5MessageBox.critical(
1108 self.ui, Program, 1108 self.ui, Program,
1109 self.tr('An unhandled exception occured.' 1109 self.tr('An unhandled exception occured.'
1110 ' See the shell window for details.')) 1110 ' See the shell window for details.'))
1111 return 1111 return

eric ide

mercurial