DMD's codeview types for arrays

Jascha Wetzel jascha at mainia.de
Wed Jan 24 05:28:56 PST 2007


Walter Bright wrote:
> No, because you can fix your debugger. What I'd do is the same thing I 
> do with gdb, -g generates D debug info and needs a debugger aware of it, 
> -gc generates C debug info for debuggers that aren't. In this case, the 
> C debug info will not change.

ok, great!
so, are the custom type leafs the kind of extension you have in mind?
i'd prepare my code for that, then.



More information about the Digitalmars-d mailing list