diff -r 93698f6003d3 -r 175ec2fe27ca src/eric7/DebugClients/Python/DebugConfig.py --- a/src/eric7/DebugClients/Python/DebugConfig.py Tue Oct 18 16:33:23 2022 +0200 +++ b/src/eric7/DebugClients/Python/DebugConfig.py Tue Oct 18 17:02:51 2022 +0200 @@ -16,6 +16,7 @@ "__mro__", "__name__", "__qualname__", + "__subclasses__", ) BatchSize = 200