Debugging gdc

Iain Buclaw ibuclaw at ubuntu.com
Wed Feb 9 13:39:21 PST 2011


== Quote from Mike Farnsworth (mike.farnsworth at gmail.com)'s article
> How do I debug gdc to find where the crash happens?  Am I relegated to the
printf debugger? =)
> -Mike

gdc -c foo.d -wrapper gdb,--args


Will invoke the compiler under "gdb --args".


More information about the D.gnu mailing list