Bug 460372 - When a variable name or value is too large, its view in the debugger is hard to use
Summary: When a variable name or value is too large, its view in the debugger is hard...
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (other bugs)
Version First Reported In: 5.9.220802
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 14:48 UTC by Gaël de Chalendar (aka Kleag)
Modified: 2022-10-13 14:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gaël de Chalendar (aka Kleag) 2022-10-13 14:48:31 UTC
SUMMARY

STEPS TO REPRODUCE
1.  Debug a C++ programm in kdevelop
2.  Stop and inspect variables

OBSERVED RESULT
If the variable name, type or value is very large, its column in the variables view resizes to show the whole string. The other columns are then hard to reach and view.

EXPECTED RESULT
The columns should be limited by the available place and a thin horizontal scrollbar should be drawn into the corresponding cell. Or a drop down arrow to show all the content in a popup text area.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon
KDE Plasma Version: 
KDE Frameworks Version: 5.98.0
Qt Version: 5.16.0

ADDITIONAL INFORMATION