DConf 2014 Day 2 Talk 6: Debugging in D by Iain Buclaw

Trass3r via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 14 12:10:54 PDT 2014


> The pdb debug format is not supported, AFAIK. But that format 
> is not documented and I don't think you could add D extensions 
> anyway.
> So does LLVM really support PDB?

As long as they rely on the MS linker they only need to emit 
proper debug info into the object files. But that's still TODO: 
http://clang.llvm.org/docs/MSVCCompatibility.html#abi-features


More information about the Digitalmars-d-announce mailing list