src/eric7/EricXML/SessionReader.py

branch
eric7
changeset 10321
4a017fdf316f
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10320:ff28050f5dec 10321:4a017fdf316f
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":

eric ide

mercurial