[Issue 18846] VisualD - show vtable in debugger

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 21 07:55:39 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18846

--- Comment #10 from Rainer Schuetze <r.sagitario at gmx.de> ---
Ok, I changed hex values to lower letters.

The order of the class view is

[derived type]
__vfptr
base-types

The base types (multiple with interfaces) are part of the "field list" in the
debug info, so a bit harder to mock fields.

Unfortunately I noticed two more cases where the display fails:

- with interfaces, the vtable contains pointers to thunks, but these have no
symbols attached.
- LDC does not emit any vtable information at all, so nothing to be shown
there.

--


More information about the Digitalmars-d-bugs mailing list