-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add ability to panic to logs example #11171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be simpler to just generate UI for the text, but I have no objection to using Text2D instead.
How to do that, |
Yep, |
Tried using So I'm keeping as is for simplicity. |
I would also prefer a |
Replaced with |
832da1f
to
724fb39
Compare
Objective
To debug issues like #11169.
Solution
When P is pressed in logs example, call
panic!()
.