-
Notifications
You must be signed in to change notification settings - Fork 462
Support CONFIG_DYNAMIC_DEBUG in _debug
logging functions
#453
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
Comments
I have #122 keeping track of different printing-related features, let me update that one. |
Done -- I will keep this open, since that way people can automatically close it individually from a PR. |
I have started working on this. I have a working wip here. The main problem is that the c version uses the Even without that, I probably will send it to the mailing list sometime soon. |
sent to the mailing list: link. |
Uh oh!
There was an error while loading. Please reload this page.
Current
pr_debug
doesn't support it yet, it's either on or off depending ondebug_assertions
.The text was updated successfully, but these errors were encountered: