We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by: JoergAtGithub Date: 2022-01-08T08:29:24Z Status: Fix Committed Importance: Undecided Launchpad Issue: lp1956819
Text output for debugging using statements like HIDDebug and mixxx --controllerDebug is no longer working.
This bug occurs on Windows.
I found out that the last version were it worked was: 9c4210b
In the next commit the implementation of the JavaScript function print was changed from engine.log(string); to console.log(string);
All other debug messages, from the C++ part of the controller system, appear as before.
The text was updated successfully, but these errors were encountered:
Commented by: Holzhaus Date: 2022-01-08T15:24:35Z
#4612
Sorry, something went wrong.
Issue closed with status Fix Committed.
No branches or pull requests
Reported by: JoergAtGithub
Date: 2022-01-08T08:29:24Z
Status: Fix Committed
Importance: Undecided
Launchpad Issue: lp1956819
Text output for debugging using statements like HIDDebug and mixxx --controllerDebug is no longer working.
This bug occurs on Windows.
I found out that the last version were it worked was:
9c4210b
All other debug messages, from the C++ part of the controller system, appear as before.
The text was updated successfully, but these errors were encountered: