Mon, 05 Jan 2015 16:16:04 +0100
Fixed an issue in the preferences return a wrong value type for "ShowExceptionInShell".
(grafted from be292b1bfa1a586d2a324342afc6e41abf6d29eb)
Preferences/__init__.py | file | annotate | diff | comparison | revisions |
--- 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]))