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

Make it easier to get FlexASIO debug logs #5

Closed
dechamps opened this issue Oct 15, 2018 · 0 comments
Closed

Make it easier to get FlexASIO debug logs #5

dechamps opened this issue Oct 15, 2018 · 0 comments
Assignees

Comments

@dechamps
Copy link
Owner

While investigating #3 it became clear that FlexASIO could make it easier to get debug logs. ASIO host applications usually don't provide error details at all (such as which ASIO call failed and how), so we need to surface them through a side channel.

Right now the side channel that FlexASIO uses is OutputDebugString(). This is great for developers, but not so great for end users because it requires them to install a debugger (such as WinDbg) to get the logs.

FlexASIO should instead make it possible to get these logs in a more user-friendly way, such as logging to a file.

Related: #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant