VS2013 with LDC setup

Ronnie via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat May 30 12:34:09 PDT 2015


Aha I think I've found the issue (for anyone else).

LDC indeed produces a running executable called in this case 
Debug\Console1App.exe_cv which produces a "Hello D-World" when 
run.

Cv2pdb tries to convert to pdb debugging information but errors 
out with "no codeview debug entries found."

In release mode, no issues compiling or running.

So how do I get ldc2 to generate this debugging info? "-g" 
doesn't seem to work.

I'm using 0.15.1 beta 1 and LLVM 3.60


More information about the digitalmars-d-ldc mailing list