== Quote from Mike Farnsworth ([email protected])'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".

Reply via email to