long strings seem to only display ""

Rainer Schuetze via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Thu Aug 10 00:14:12 PDT 2017



On 06.08.2017 20:32, Rainer Schuetze wrote:
> 
> 
> On 06.08.2017 05:34, FoxyBrown wrote:
>> Was having a strange debug issue until I checked the visualizer on the 
>> string and realized it was just a long string ;/
>>
>> mago is showing long strings as "" making one think they are empty.
>>
>> instead, the first n chars should be shown with an ellipse is
>>
>> e.g.,
>>
>> "This is a very long str"...
> 
> I noticed this recently, too, but didn't get around to fixing it. 
> wstring and dstring are ok, but string is limited to 200 characters.
> 
> Should be fixed in the next release.

Released now in https://github.com/dlang/visuald/releases/tag/v0.45.1-rc2


More information about the Digitalmars-d-debugger mailing list