wish - improved view of debug variables

Dave O

Well-Known Member
Licensed User
Longtime User
In general, the B4A debugger works great for me.

The only time I run into trouble (he says, knocking on wood) is when I have a large record or a map. In those cases, I can't see the entire record, because it's too long for displaying in the variable panel, and even too long for the hover text (tooltip).

Instead of just showing a string dump of each variable, it would be great if I could somehow expand that variable to show the full value - perhaps with a tree view, or even a dialog.

Or is there an existing way to do this that I'm missing?

Thanks!
 
Top