Version: 4.0.0 (using KDE 4.4.3) OS: Linux On debugging for two long variable news/values I get "{...}" or "..." displayed. It would be nice if I could get the content of these fields simply by a mouse over. (like title tags in HTML). Otherwise I need to adjust the column widths before getting any information. Reproducible: Didn't try
what type does the variable have? can you expand the tree?
Created attachment 47746 [details] Picture with many strings replaced by dots Hi, it is not only the variable content, but more the name. Please note this picture. With standard configs you cannot see anything. At least an information on mouse-over which variable names these "..." points are, would be great. Answering you question, eg. the last "..." denotes the second part of a pair, consisting of two vectors. But as you can see, by default you see nothing ;)
You can resize the columns to see more of the variables by simply dragging the small handle between them. Having tooltips should be as easy as setting a tooltip role on the items. As far as the value goes, for that somebody needs to write a python script for gdb that knows how the datatypes are implemented and tells gdb how they can be printed. (see http://tromey.com/blog/?p=524 and http://sourceware.org/gdb/current/onlinedocs/gdb.html#SEC256)
Git commit 3589dda8f20a0c0562b6c88dadd81a9531144851 by Niko Sams. Committed on 14/01/2012 at 19:08. Pushed by nsams into branch '1.3'. show tooltip for variable names and values to be able to view lengthier items FIXED-IN: 4.3 M +4 -1 debugger/variable/variablecollection.cpp http://commits.kde.org/kdevplatform/3589dda8f20a0c0562b6c88dadd81a9531144851