Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 17.0.0-beta2
-
None
-
-
e05dacfb0 (master)
Description
According to the sharing of relevant customers, the slow startup of Debuger is caused by the lag due to the global lock race issue of QTextCodec, which is manifested as the lag in process interaction communication. QTextCodec is no longer obsolete in Qt6. It is recommended to modify it.