Losing debug information when compiling with ldc?
kinke
noone at nowhere.com
Thu Feb 25 15:14:43 UTC 2021
On Thursday, 25 February 2021 at 14:38:31 UTC, 12345swordy wrote:
> You misunderstanding what I am trying to say here. When I tried
> to debug the dmd compiler that is built with ldc by using the
> visual d solution file. The enum information seemed to gotten
> loss.
Are you referring to Visual D's /DEBUG:FASTLINK again? Then check
the object files instead of the .pdb. Or use build.d to generate
a full .pdb.
More information about the Digitalmars-d
mailing list