[ddbg] "Access violation" and "Invalid val type" with dictionaries
Jascha Wetzel
firstname at mainia.de
Sat Jun 30 08:32:00 PDT 2007
Ary Manzana wrote:
> Just a curiosity: why "= dictionary.length" gives me the length in
> hexadecimal?
the length is a uint and uints, voids and pointers are printed in hex at
the moment.
> Another one: if the length of an array or a dictionary is big enough (>
> 100) then I'd like to group by 100 the contents (like in JDT). So I'll
> request the length of the array, and work on that. However, currently
> ddbg only allows me to show around 30 entries, the last one being shown
> as "$". That means I'll have to group by 30 or less. Can this number be
> configured somehow?
it'll be in the next release.
More information about the Digitalmars-d-debugger
mailing list