[Issue 11902] New: DMD debuginfo doesn't seem to write classes correctly

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 11 00:22:11 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11902

           Summary: DMD debuginfo doesn't seem to write classes correctly
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: turkeyman at gmail.com


--- Comment #0 from Manu <turkeyman at gmail.com> 2014-01-11 00:22:08 PST ---
DMD-Win64:

While debugging in Visual Studio, inspecting classes doesn't seem to work
properly.

Hovering over a class instance:
  It shows the class pointer correctly.
  Clicking '+' to reveal the members shows a list with the correct number of
members...
  But each member shows "?" as the member name, and doesn't show any value to
the right, and a little red "No Entry" symbol if you hover over it.

Pasting into the watch window just shows a blank line for each member.

Bonus: The implicit typeinfo and vtable pointers should be present in the class
too

Tested with VS2010.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list