www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14268] New: Win64: debug info for associative arrays have no

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 puremagic.com
          Reporter: r.sagitario 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.

--
Mar 09 2015