On Saturday, 30 May 2015 at 04:01:00 UTC, Manu wrote:
I'm having a pretty good experience with win64 ldc lately.
Obviously the
fact that there's no debug info is a gigantic hole.
I have a hack environment where I dmd in debug and ldc for
release builds,
but it's really not ideal. And you're limited to code that
doesn't expose
bugs in both compilers.
Does it generate any debug info at all, or does it just lack PDB
debug info?
If the former, have you tried visualGDB with it(assuming you're
using VS)?
Just a guess, I don't use windows. : )