[Issue 21769] Debugger customization methods do not work with LDC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 26 12:57:18 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21769
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.sagitario at gmx.de
--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Unfortunately, LDC does not emit debug info for member functions, so the
debugger doesn't know how to call them or even whether they exist.
Maybe they can be found as a public symbol assuming default mangling.
--
More information about the Digitalmars-d-bugs
mailing list