| Summary: | Too long call line makes Summary page of heaptrack_gui unreadable | ||
|---|---|---|---|
| Product: | [Applications] Heaptrack | Reporter: | Roman Lebedev <lebedev.ri> |
| Component: | general | Assignee: | Milian Wolff <mail> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | A screenshot of the Summary screen with the problem | ||
woha :D now that's a long cmdline! I guess eliding the cmdline when it's larger than a certain threshold is a good idea, but we need to ensure that we can see the full contents in a tooltip. Yeah, i know, not ideal :D This is how my integration test script for rawspeed library is being called.. |
Created attachment 105928 [details] A screenshot of the Summary screen with the problem I would guess that "debuggee:" field should either ellipsize, or be a scrollable text-field, or the bottom part (with 5 scrolls) should be resizable. *if* a solution is obvious, i guess i could implement the patch, since the problem seems simple.