Ddbg 0.0.4 alpha release - UTF8 problem

dickl dick221z at yahoo.com
Wed Mar 7 11:25:59 PST 2007


OK, I think I got it narrowed down to only 2 modules. I'll email you the 
exe, DLLs needed + source when I get things a little further refined.

----------------------------------------------------------
Jascha Wetzel wrote:
> 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