Open
Description
data-evaluate-expression
is used to inspect the value of variables during debugging (as your documentation clearly says).
For some reason gdb still uses my pretty printers but lldb-mi ignores them.
This is not a bug report since I get the same behavior in the command line: data-evaluate-expression
ignores my type summary variable formatters but if I use frame variable
or even print
they come out nice. Why is data-evaluate-expression
being used across the board? Is this intentional? Am I missing something?