1308 self.__getClientVariables(debuggerId) |
1308 self.__getClientVariables(debuggerId) |
1309 self.__getClientDisassembly(debuggerId) |
1309 self.__getClientDisassembly(debuggerId) |
1310 self.ui.setDebugProfile() |
1310 self.ui.setDebugProfile() |
1311 self.debugActGrp.setEnabled(True) |
1311 self.debugActGrp.setEnabled(True) |
1312 return |
1312 return |
1313 elif res == E5MessageBox.Ignore: |
1313 elif ( |
1314 if exceptionType not in self.excIgnoreList: |
1314 res == E5MessageBox.Ignore and |
1315 self.excIgnoreList.append(exceptionType) |
1315 exceptionType not in self.excIgnoreList |
|
1316 ): |
|
1317 self.excIgnoreList.append(exceptionType) |
1316 |
1318 |
1317 if self.lastAction != -1: |
1319 if self.lastAction != -1: |
1318 if self.lastAction == 2: |
1320 if self.lastAction == 2: |
1319 self.__specialContinue(debuggerId) |
1321 self.__specialContinue(debuggerId) |
1320 else: |
1322 else: |