You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useprintln!("{:#?}")
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.The text was updated successfully, but these errors were encountered: