--- a/src/eric7/Project/Project.py Tue Mar 26 10:37:58 2024 +0100 +++ b/src/eric7/Project/Project.py Tue Mar 26 10:39:58 2024 +0100 @@ -1481,7 +1481,7 @@ @return load status of debug properties @rtype bool """ - return self.debugPropertiesLoaded or self.__pdata["EMBEDDED_VENV"] + return self.debugPropertiesLoaded def __showDebugProperties(self): """ @@ -7179,7 +7179,7 @@ """ Private method to recursively clear the byte code caches of a given directory. - Note: The byte code cache directiries are named '__pycache__'. + Note: The byte code cache directories are named '__pycache__'. @param directory directory name to clear byte code caches from (defaults to None)