You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #4718 I noticed that several console functions don't work as expected:
console.trace() No output at all
console.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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: