Walter Bright Wrote:

> Jason House wrote:
> > Which gdb should this release work with?
> > 
> > I seem to have misplaced my patched gdb.  The standard gdb 6.8 can show 
> > backtraces but can't list code, even if the code is linked in libraries 
> > from 
> > C++.
> 
> If you're using the standard gdb, try compiling with -gc. I'm using 
> whatever gdb came with Ubuntu.

My mini dmd test omitted that... Oops

It turns out the issue with my larger project was that g++ -g -O3 generates 
really, really bad debug info. So bad that it's practically unusable. Removing 
-O3 did wonders...

Reply via email to