--- a/src/eric7/Preferences/__init__.py Fri Nov 01 12:25:41 2024 +0100 +++ b/src/eric7/Preferences/__init__.py Fri Nov 01 18:12:30 2024 +0100 @@ -77,6 +77,7 @@ "PassiveDbgEnabled": False, "PassiveDbgPort": 42424, "PassiveDbgType": "Python", + "PassivAutoContinue": False, "AutomaticReset": False, "Autosave": True, "ThreeStateBreakPoints": False, @@ -2015,6 +2016,7 @@ if key in ( "RemoteDbgEnabled", "PassiveDbgEnabled", + "PassivAutoContinue", "AutomaticReset", "DebugEnvironmentReplace", "PythonRedirect",