D Article at gamedev.net
Daniel Lewis
murpsoft at hotmail.com
Sun Jan 20 07:46:48 PST 2008
Jascha Wetzel Wrote:
> JScott wrote:
> > http://www.gamedev.net/reference/programming/features/dmarsd/
>
> i agree with him, that the D docs are lacking an index or good ToC. the
> search doesn't help.
> what he writes about the terseness of the docs made me think of the
> commented online docs that e.g. the PHP docs have (had?). every page of
> documentation has a blog-like comment section at the end (optionally
> moderated to keep it compact). that is an easy way to let the community
> increase the value of the docs.
>
> also, i obviously have to wonder why people don't find the -g compiler
> switch and ddbg and instead complain about bad debugging support.
D has a built-in debugger, but it'll never be as good as IDA Pro with symbols. I just can't remember how to import the symbols; and D executables come with 80kb of crap I need to figure out how to wade through.
I'll agree it's hard to search for docs on D, but I've become good at using the left sidebar to navigate Walter's site, and I like most of his explanations of things. Certainly better than anything I've got going for Walnut.
Regards.
More information about the Digitalmars-d
mailing list