Ddbg 0.0.4 alpha release - UTF8 problem
    dickl 
    dick221z at yahoo.com
       
    Wed Mar  7 08:45:44 PST 2007
    
    
  
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