Increase length of the variable value displayed during hover [message #228747] |
Wed, 14 January 2009 17:14  |
Eclipse User |
|
|
|
While debugging, I hover over a std::string. The value is displayed in a
tooltip, but it is truncated. For example,
myString = {static npos = 18446744073709551615, _M_dataplus =
{<std::allocator<char>> = {<__gnu_ ...
Only the first 86 characters (or 90 if you count the " ...") are
displayed, so the text value, the part I really want to see, has been
removed!
How can I increase the maximum length of the value displayed to some value
like 200 or 300 that is sufficient to include the text value?
Many users have already complained about how the display of std::string is
not straightforward. I agree, but for now, I'll tolerate the rest of the
immaterial stuff if I can just see the text value.
John McGehee
http://www.voom.net
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04128 seconds