crabnebula-dev / devtools

Inspect and Debug your Tauri applications in style 💃
https://devtools.crabnebula.dev
Other
225 stars 10 forks source link

Long messages get cutoff #319

Closed bicarlsen closed 3 days ago

bicarlsen commented 5 days ago

Long messages get cutoff with no way to expand them. error

johann-crabnebula commented 4 days ago

Thanks for reporting!

We are aware of this. You should be able to see the full content by hovering. We know this is not ideal since you will not be able to copy the full message.

We are currently working on a solution here:

313

The PR is still in review but should soon make it possible to copy and expand this information properly :)

johann-crabnebula commented 3 days ago

Update to Web DevTools is merged now.

You should be able to expand and copy longer messages now. For messages with linebreaks and tabs there is also a formatting option.

bicarlsen commented 3 days ago

I just tried, and now the messages are blank. Screenshot from 2024-07-02 11-13-52

johann-crabnebula commented 3 days ago

Ah I see this does not look good on your end, but we made the decision to by default hide what we refer to as "attributes". You can toggle them back on in the top right:

Screenshot 2024-07-02 at 20 06 19
johann-crabnebula commented 2 days ago

Does the message above work our for you @bicarlsen ?

bicarlsen commented 2 days ago

Yep! That was it. Thanks so much for the quick responses.