Closed BenjaminNavarro closed 6 years ago
When a pretty printer is defined for a type, it is used to display the variable's tooltip but not when navigating the tree.
Exemple:
With gdb I have what I expect:
(gdb) p force_sensor $1 = kbot::pro_ptr<kbot::ForceSensor> = { name = "force_sensor", data = uninitialized }
Is this possible to fix?
Yep, I'm looking into doing so now and tidying this up. Cheers for the prompt.
When a pretty printer is defined for a type, it is used to display the variable's tooltip but not when navigating the tree.
Exemple:
With gdb I have what I expect:
Is this possible to fix?