[Issue 18846] VisualD - show vtable in debugger
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun May 20 01:00:53 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18846
--- Comment #3 from Manu <turkeyman at gmail.com> ---
I just installed that build.
I can see an item in place of the vtable:
-tclass                  0x02D20000     Source.Base
+    [Source.Derived]    0x02D20000     Source.Derived
     object.Object       D0006: Error: Type resolve failed      
     x       10          int
     y       20          int
It seems there's an object.Object item there, which fails to evaluate
correctly.
It should be void** (or rather, void*[N] to inspect properly) right?
--
    
    
More information about the Digitalmars-d-bugs
mailing list