--- a/eric6/DebugClients/Python/DebugConfig.py Wed Dec 23 16:28:35 2020 +0100 +++ b/eric6/DebugClients/Python/DebugConfig.py Thu Dec 24 16:17:57 2020 +0100 @@ -14,7 +14,7 @@ ) BatchSize = 200 ConfigQtNames = ( - 'PyQt5.', 'PySide2.', 'Shiboken.EnumType' + 'PyQt5.', 'PyQt6.', 'PySide2.', 'PySide6.', 'Shiboken.EnumType' ) ConfigKnownQtTypes = ( '.QChar', '.QByteArray', '.QString', '.QStringList', '.QPoint', '.QPointF',