--- a/eric7/DebugClients/Python/coverage/disposition.py Sun Mar 20 17:26:35 2022 +0100 +++ b/eric7/DebugClients/Python/coverage/disposition.py Sun Mar 20 17:49:44 2022 +0100 @@ -6,7 +6,9 @@ class FileDisposition: """A simple value type for recording what to do with a file.""" - pass + + def __repr__(self): + return f"<FileDisposition {self.canonical_filename!r}: trace={self.trace}>" # FileDisposition "methods": FileDisposition is a pure value object, so it can