[Issue 14268] New: Win64: debug info for associative arrays have no type information

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Mar 9 23:43:11 PDT 2015


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

          Issue ID: 14268
           Summary: Win64: debug info for associative arrays have no type
                    information
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Keywords: symdeb
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: r.sagitario at gmx.de

Current debug output for associative arrays for COFF output just emits a struct

struct dAssocArray
{
   void* ptr;
}

without any info for key and value type. This makes it pretty hard for any
debugger to display something useful.

--


More information about the Digitalmars-d-bugs mailing list