Skip to content
New issue

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

Text logging in JavaScript mappings no longer working #10635

Closed
mixxxbot opened this issue Aug 23, 2022 · 2 comments
Closed

Text logging in JavaScript mappings no longer working #10635

mixxxbot opened this issue Aug 23, 2022 · 2 comments

Comments

@mixxxbot
Copy link
Collaborator

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.

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2022-01-08T15:24:35Z


#4612

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant