January 26, 2021 Generating better debug information for visual studio. Making enum useful. | ||||
---|---|---|---|---|
| ||||
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 |
Copyright © 1999-2021 by the D Language Foundation