www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DDBG - Win32 D Debugger

reply Jascha Wetzel <"[firstname]" mainia.de> writes:
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.
Jan 22 2007
next sibling parent kris <foo bar.com> writes:
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!
Jan 22 2007
prev sibling parent reply Charlie <charlie.fats gmail.com> writes:
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.
Jan 22 2007
parent Jascha Wetzel <"[firstname]" mainia.de> writes:
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.
Jan 23 2007