Generating better debug information for visual studio. Making enum useful.
    12345swordy 
    alexanderheistermann at gmail.com
       
    Tue Jan 26 03:27:16 UTC 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
    
    
More information about the Digitalmars-d
mailing list