January 26, 2021
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