Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.8.0 Beta3
Description
Currently, QML supports the Console API functions listed at: https://doc.qt.io/qt-6/qtquick-debugging.html
Though, JavaScript is capable of many more useful console functions: https://developer.mozilla.org/en-US/docs/Web/API/console
The suggestion is to add support for the console methods that not already supported by the QML Console API, notably the group methods:
- console.group()
- console.groupCollapsed()
- console.groupEnd()
The other unsupported console methods would possibly be useful if it were easy to add in at the same time as the group ones.