301 if not self.isGlobal: |
301 if not self.isGlobal: |
302 self.project.dbgEnv = txt |
302 self.project.dbgEnv = txt |
303 elif self.name() == "ReportExceptions": |
303 elif self.name() == "ReportExceptions": |
304 exc = self.toBool(self.attribute("value", "True")) |
304 exc = self.toBool(self.attribute("value", "True")) |
305 self.dbg.setExceptionReporting(exc) |
305 self.dbg.setExceptionReporting(exc) |
306 if not self.isGlobal: |
|
307 self.project.dbgReportExceptions = exc |
|
308 elif self.name() == "Exception": |
306 elif self.name() == "Exception": |
309 dbgExcList.append(self.readElementText()) |
307 dbgExcList.append(self.readElementText()) |
310 elif self.name() == "IgnoredException": |
308 elif self.name() == "IgnoredException": |
311 dbgExcIgnoreList.append(self.readElementText()) |
309 dbgExcIgnoreList.append(self.readElementText()) |
312 elif self.name() == "AutoClearShell": |
310 elif self.name() == "AutoClearShell": |