Tomas Lindquist Olsen wrote: > On Sun, May 10, 2009 at 12:05 AM, mpt <[email protected]> wrote: >> I keep making 2 mistakes in my D programs, and fixing them feels >> troublesome. >> >> 1. Null references. I get a segfault and gdb is useless (ldc thing maybe). > > Useless how? Generally LDC debug info should be decent. If not, we'd > be glad to look into why that is!
I had a problem in the past where gdb would only output a bunch of ???'s like it does for stripped or optimized executables. This seems no longer to be the case. I stand corrected.
