https://issues.dlang.org/show_bug.cgi?id=19959
--- Comment #3 from Rainer Schuetze <[email protected]> --- >> but omits function parameter type information. >I'm not sure what you mean exactly; like, just doesn't show the args at all? >So there is actual information loss? Yes. > I don't think it's good to drop information. Do you know why it would do that? I guess it's just to keep the code simple? It seems it's not populated in the LDC part, but maybe the LLVM backend ignores this anyway? IIRC LDC doesn't add member functions to structs or classes, so you also cannot make "property-calls" in the debugger. --
