Hi
While debugging I get sometimes a litte frustrated about how little info we get concerning the variables in scope (compared to other development tools).
Example given:
While debugging I get this error:

This is where I am in my code:

(I wrote the assign especially for debugging reasons.)
And this is what I can see as variables:

I’d expect at least to be able to see what’s in in_TransactionItem.
Any solution for this? (Aside of assigning in_TransactionItem to a local variable of the same type.)
Do I do anything wrong?
Or is this a feature request?
Thanks