www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Generating better debug information for visual studio. Making enum

Seriously the debug information displays enum values as integers 
rather then the name of the enum value!
Neither dmd or ldc generates enum values as the name of the enum 
value rather then its integer representation.

Currently I am using the .pdb debug information for visual studio 
debugging. I am not sure what backend dmd file that I need to 
modify, so that I can obtain useful information from it.
Is it the cv4.d or the cv8.d file?

-Alex
Jan 25 2021