I realized a small issue in the Debug Panel. When I want to know the content of one variable, I can´t search for the name. I need to scroll the bar until I reach the variable.
For example. I have a variable "varExecutions" (List) in my app state. If I scroll the panel, I can see it, with the content:
But, if I search for this same variable, I find the name, but I can´t see the content:
It is not empty, but I don´t know what is inside this variable.
With this behavior, the search is almost useless.
I am doing anything wrong?