-
Notifications
You must be signed in to change notification settings - Fork 128
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
can't see any logs when using #[windows_subsystem = "windows"] #290
Comments
work around, while not being perfect (only working on debug target): #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] |
So if I understand correctly, Maybe I don't do enough Windows programming lately but I would assume that setting this is a fairly advanced use case, meaning
Could you help me in finding where my understanding is wrong? |
I only use this so that no console pops when launching my program (i'm doing a graphical interface).
I understand that, it's as you want, maybe having one issue is enought |
Ah, guis, so this isn't just an advanced issue. |
Maybe related: #214.
I don't know if we can do anything about it, but I just wasted 10 minutes understanding why my logs no longer worked under Windows. It might be good to mention it in the docs.
The text was updated successfully, but these errors were encountered: