Thread overview
DDBG - Win32 D Debugger
Jan 22, 2007
Jascha Wetzel
Jan 22, 2007
kris
Jan 22, 2007
Charlie
Jan 23, 2007
Jascha Wetzel
January 22, 2007
http://ddbg.mainia.de/

Here is a very preliminary alpha release of the D debugger i'm currently
working on.
See the page for more details.
January 22, 2007
Jascha Wetzel wrote:
> http://ddbg.mainia.de/
> 
> Here is a very preliminary alpha release of the D debugger i'm currently
> working on.
> See the page for more details.

Nice!
January 22, 2007
Exciting!

So is type mangling for arrays planning on being implemented in the DMD compiler, so we can 'see' their contents ?

Charlie

Jascha Wetzel wrote:
> http://ddbg.mainia.de/
> 
> Here is a very preliminary alpha release of the D debugger i'm currently
> working on.
> See the page for more details.
January 23, 2007
Charlie wrote:
> Exciting!
> 
> So is type mangling for arrays planning on being implemented in the DMD compiler, so we can 'see' their contents ?

There will certainly be some solution for the type information issue and DDBG will use it as soon as it's available. See the thread "DMD's codeview types for arrays" on digitalmars.D for more info.