Controller QJSEngine: Several Console API commands doesn't behave as expected #11080
Open
Description
Bug Description
Mixxx uses the console apie extension of the QJSEngine for controller mappings ( https://doc.qt.io/qt-5/qtquick-debugging.html#console-api )
While working on #4718 I noticed that several console functions don't work as expected:
console.trace()
No output at allconsole.assert(condition, message)
Expected output in the console with --controller-debug (critical message followed by stack trace) but no error dialog.console.exception(message)
Expected output in the console with --controller-debug (critical message followed by stack trace) but no error dialog.
Version
2.4
OS
Windows 11