Hi,
Is there a way to make clion debugger (either gdb or llvm) to display some formatted information instead of "pointer" and "vtable" for traits? I tried implementing Display and Debug for 'dyn SomeTrait' but that doesn't help, and frankly - pointer and vtable are completely useless.
Does anybody know how implement "renderer" for types for debugger?
Kind Regads