Preferences/__init__.py

branch
6_0_x
changeset 4032
cca03ed87a9c
parent 4022
f5f42921717e
child 4138
95a60072ba45
diff -r c120b267fc0f -r cca03ed87a9c Preferences/__init__.py
--- a/Preferences/__init__.py	Fri Jan 02 14:56:04 2015 +0100
+++ b/Preferences/__init__.py	Mon Jan 05 16:16:04 2015 +0100
@@ -1282,7 +1282,7 @@
                "ConsoleDbgEnabled", "PathTranslation",
                "Autosave", "ThreeStateBreakPoints",
                "SuppressClientExit", "BreakAlways",
-               "AutoViewSourceCode",
+               "AutoViewSourceCode", "ShowExceptionInShell",
                ]:
         return toBool(prefClass.settings.value(
             "Debugger/" + key, prefClass.debuggerDefaults[key]))

eric ide

mercurial