The dmd backend should generate .pdb files for visual studio.

12345swordy alexanderheistermann at gmail.com
Sun Feb 21 00:21:06 UTC 2021


On Saturday, 20 February 2021 at 23:56:14 UTC, kinke wrote:
> On Saturday, 20 February 2021 at 23:33:05 UTC, 12345swordy 
> wrote:
>> https://ibb.co/0q6NkZk
>> Look at the bottom left window.
>> It display enum values as integers!
>>
>> -Alex
>
> Not for trivial cases: https://ibb.co/YBK4H7q


Have you ever tried to diagnose the pdb file? I did. It doesn't 
contain any information regarding any types. That's the issue 
here.

>
> So this seems to be a bug, most likely not the last, but 
> doesn't entail reinventing the wheel; .pdb output is already 
> there.

It does entail reinventing the wheel if you relying on an ancient 
version of CodeView!

-Alex


More information about the Digitalmars-d mailing list