Ddbg 0.0.2 alpha release

torhu fake at address.dude
Wed Feb 21 05:11:46 PST 2007


Looks interesting.  Something that's simpler to use for quick D 
debugging than windbg and msvc.  As long as the docs will continue to 
fit on one page, at least.

I tried this:

import std.stdio;
import std.c.stdlib;

void main()
{
	writefln("hello 1");
	free(cast(void*)1);
	writefln("hello 2");
}

I tried setting breakpoints on line 4 and 6, and others too.  But ddbg 
just crashes when I use the 'bp' command.


Hang on... This is odd, now it crashes when I try to set a breakpoint at 
line 79 of debuggee.d too.  It didn't do that five minutes ago.  Weird.



More information about the Digitalmars-d-announce mailing list