Debugger/DebugUI.py

changeset 5126
d28b92dabc2b
parent 5121
d5d2cbf49daf
child 5141
bc64243b7672
equal deleted inserted replaced
5121:d5d2cbf49daf 5126:d28b92dabc2b
1116 @param exceptionMessage message given by the exception (string) 1116 @param exceptionMessage message given by the exception (string)
1117 @param stackTrace list of stack entries (list of string) 1117 @param stackTrace list of stack entries (list of string)
1118 """ 1118 """
1119 self.ui.raise_() 1119 self.ui.raise_()
1120 QApplication.processEvents() 1120 QApplication.processEvents()
1121 if exceptionType is None: 1121 if not exceptionType:
1122 E5MessageBox.critical( 1122 E5MessageBox.critical(
1123 self.ui, Program, 1123 self.ui, Program,
1124 self.tr('An unhandled exception occured.' 1124 self.tr('An unhandled exception occured.'
1125 ' See the shell window for details.')) 1125 ' See the shell window for details.'))
1126 return 1126 return

eric ide

mercurial