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
Originally posted by @bruno-garcia in #3923 (comment)
See issue #3922
Basically someone (yeah, OK, it was me) accidentally used the wrong index in the format string when calling LogDebug.
As Bruno points out, we should use an analyzer to prevent this happening in the future, since it could crash the user's application.
We could quickly enable this for JetBrains IDEs like so:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally posted by @bruno-garcia in #3923 (comment)
See issue #3922
Basically someone (yeah, OK, it was me) accidentally used the wrong index in the format string when calling LogDebug.
As Bruno points out, we should use an analyzer to prevent this happening in the future, since it could crash the user's application.
Solutions
We could quickly enable this for JetBrains IDEs like so:
The text was updated successfully, but these errors were encountered: