Ddbg 0.0.4 alpha release - UTF8 problem

Jascha Wetzel "[firstname]" at mainia.de
Wed Mar 7 08:58:06 PST 2007


good point about the utf8 routines. i will consider that.

can you email me an exe and ddbg command sequence that produces the
unhandled exception?

dickl wrote:
> I see a problem when trying to list members of class. The debugger
> crashes with "Unhandled exception in Ddbg v0.0.4.3 alpha: 4invalid UTF-8
> sequence"
> 
> There aren't any strings in the class, just single element ints, bools &
>   etc. I can't nail it down to a single member since every single member
> evaluates fine, just when I do a "lsv" does the debugger crash.
> 
> This brings up a potentially bigger issue I think. Using the D library
> UTF-8 restrictive routines will cause problem evaluating strings,
> particularly in Windows Apps. You might want to consider replacing
> format/sformat/writefln with something that is more forgiving.
> 
> 
> -------------------------------
> Jascha Wetzel wrote:
>> Ddbg is a Win32 D Debugger
>>
>> http://ddbg.mainia.de/releases.html
>>
>> This release mainly adds support for type cast and associative arrays.
>> Type casts can be used to workaround the missing array and enum support
>> in DMD's debug symbols.



More information about the Digitalmars-d-announce mailing list