Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.0
Description
How to reproduce:
- Prepare any QML application that outputs debug messages with console.debug()
- Run it on a web browser via Qt WebAssembly
- Open the developer tool of the browser and see how the debug messages are displayed there. With Qt 6.7.0 they are displayed with an error icon ( 'x' in a red circle, see 6_7_0.png ) while they are displayed with a warning icon with Qt 6.6.3 ( '!' in a yellow triangle, see 6_6_3.png). This makes debugging for Qt 6.7.0 harder.
- qDebug() in C++ shows the same behavior.