Ddbg 0.09 beta release

Ary Manzana ary at esperanto.org.ar
Thu Jun 14 18:42:48 PDT 2007


Cool! Thanks!

It's nice that now everything is hidden in ..., so it's faster when 
integrating it into an IDE (more lazy).

I have a question: I tried inspecting an associative array.

char[][int] dictionary;
dictionary[1] = "one";
dictionary[2] = "one";

->= dictionary
{
   1 = ...,
   2 = ...
}
->= dictionary[1]
Invalid key type for associative array. Expected i found k

What does that mean?

Thanks,
Ary

Jascha Wetzel escribió:
> Ddbg is a Win32 D debugger
> 
> http://ddbg.mainia.de/releases.html
> 
> This release mainly improves on expressions and gives you access to all 
> CPU/FPU/MMX/SSE registers.
> See the documentation for details.



More information about the Digitalmars-d-announce mailing list