[Issue 19957] Problem debugging associative arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 15 10:22:53 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19957

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> ---
I don't see it working in older versions. It works with dmd for me.

One problem with LDC is that even the debug build keeps locals in registers for
sections of code, and the debug info is then a list of "ranges" that describe
the location. Mago so far only supports a single range.

--


More information about the Digitalmars-d-bugs mailing list