[Issue 15023] New: debug info for extern(C++) classes don't work when debugging C++ code
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Sep 7 11:06:14 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15023
Issue ID: 15023
Summary: debug info for extern(C++) classes don't work when
debugging C++ code
Product: D
Version: D2
Hardware: All
OS: Linux
Status: NEW
Severity: major
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: code at dawg.eu
Haven't investigated this further but when debugging C++ code in ddmd, the
debugger doesn't know anything about extern(C++) classes.
Not to mention that the debug info for classes has lots of other issues (e.g.
no baseclass fields).
--
More information about the Digitalmars-d-bugs
mailing list