November 15, 2022
https://issues.dlang.org/show_bug.cgi?id=23478

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |DebugInfo
                 CC|                            |r.sagitario@gmx.de
          Component|visuald                     |dmd
           Hardware|x86                         |All
           Severity|enhancement                 |normal

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
There is no debug info about members of an anonymous class. This is probably caused by this early return: https://github.com/dlang/dmd/blob/master/compiler/src/dmd/backend/dcgcv.d#L910

Reassigning to dmd. It looks a lot better when compiling with LDC.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23478

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--