src/eric7/EricXML/SessionReader.py

branch
eric7
changeset 10321
4a017fdf316f
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/EricXML/SessionReader.py	Fri Nov 17 17:53:14 2023 +0100
+++ b/src/eric7/EricXML/SessionReader.py	Sat Nov 18 15:18:17 2023 +0100
@@ -303,8 +303,6 @@
                 elif self.name() == "ReportExceptions":
                     exc = self.toBool(self.attribute("value", "True"))
                     self.dbg.setExceptionReporting(exc)
-                    if not self.isGlobal:
-                        self.project.dbgReportExceptions = exc
                 elif self.name() == "Exception":
                     dbgExcList.append(self.readElementText())
                 elif self.name() == "IgnoredException":

eric ide

mercurial