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

add dbg! macro #478

Merged
merged 5 commits into from
May 18, 2021
Merged

add dbg! macro #478

merged 5 commits into from
May 18, 2021

Conversation

japaric
Copy link
Member

@japaric japaric commented May 18, 2021

behaves like the one in the std library but logs the data at TRACE level

closes #394

TODO:

  • support more than one expression

japaric added 2 commits May 18, 2021 15:39
behaves like the one in the `std` library but logs the data at TRACE level
@japaric
Copy link
Member Author

japaric commented May 18, 2021

now with support for multiple expressions 🐙

src/lib.rs Outdated Show resolved Hide resolved
@jonas-schievink
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented May 18, 2021

Build succeeded:

@bors bors bot merged commit 4b907f5 into main May 18, 2021
@bors bors bot deleted the dbg branch May 18, 2021 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

defmt::dbg! macro
2 participants