--- a/eric7/DebugClients/Python/DebugClientBase.py Sat Aug 28 19:48:56 2021 +0200 +++ b/eric7/DebugClients/Python/DebugClientBase.py Sat Aug 28 19:57:35 2021 +0200 @@ -1629,7 +1629,7 @@ def __formatQtVariable(self, value, qttype): """ - Private method to produce a formatted output of a simple Qt5 type. + Private method to produce a formatted output of a simple Qt5/Qt6 type. @param value variable to be formatted @param qttype type of the Qt variable to be formatted (string)