Help with GDB?

Adam D. Ruppe destructionator at gmail.com
Wed Dec 31 16:16:58 PST 2008


On Wed, Dec 31, 2008 at 03:23:19PM -0500, jq wrote:
> Hi.  I'm porting a program from C++ to D and finally at the point to try running it.  Needless to say, there are bugs, and I'm trying to debug them.

I always use dmd -gc   - "debug, pretend to be C" when I'm going to be
working with gdb. It isn't the prettiest output, but it works well enough
for me.

-- 
Adam D. Ruppe
http://arsdnet.net



More information about the Digitalmars-d mailing list