[Issue 18846] VisualD - show vtable in debugger
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 25 06:45:58 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18846
--- Comment #18 from Rainer Schuetze <r.sagitario at gmx.de> ---
I use the demangler supplied by the debugger with flags as they seem to be used
in C++. That doesn't prepend the module name, though.
But looking at the vtable isn't too common and is probably rather special to
your current work. I also do it sometimes to figure the dynamic type if the
debugger fails to do it.
--
More information about the Digitalmars-d-bugs
mailing list