Skip to content

Controller QJSEngine: Several Console API commands doesn't behave as expected #11080

Open
@JoergAtGithub

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 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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions