Debugger/DebugUI.py

changeset 4191
47341b626127
parent 4189
283cc9507dcd
child 4256
5c61205c4bd7
equal deleted inserted replaced
4189:283cc9507dcd 4191:47341b626127
1172 for fn, ln, func, args in stackTrace: 1172 for fn, ln, func, args in stackTrace:
1173 stack.append((fn, ln, func, args)) 1173 stack.append((fn, ln, func, args))
1174 self.clientStack.emit(stack) 1174 self.clientStack.emit(stack)
1175 self.__getClientVariables() 1175 self.__getClientVariables()
1176 self.ui.setDebugProfile() 1176 self.ui.setDebugProfile()
1177 self.debugActGrp.setEnabled(True)
1178 self.debugActGrp2.setEnabled(True)
1177 return 1179 return
1178 elif res == E5MessageBox.Ignore: 1180 elif res == E5MessageBox.Ignore:
1179 if exceptionType not in self.excIgnoreList: 1181 if exceptionType not in self.excIgnoreList:
1180 self.excIgnoreList.append(exceptionType) 1182 self.excIgnoreList.append(exceptionType)
1181 1183

eric ide

mercurial