Skip to content

[Feature request] Implement Debug for public API types #2292

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

Closed
woubuc opened this issue Jul 24, 2021 · 0 comments
Closed

[Feature request] Implement Debug for public API types #2292

woubuc opened this issue Jul 24, 2021 · 0 comments

Comments

@woubuc
Copy link
Contributor

woubuc commented Jul 24, 2021

Is your feature request related to a problem? Please describe.
I'm trying to debug a Tauri app but a lot of the types don't implement Debug so I often can't just use println!("{:#?}") to get an idea what's happening while debugging.

Describe the solution you'd like
I would like to have Debug implemented on all types exposed through the public API.

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

No branches or pull requests

1 participant