How to know what is the data that is stored on particular local variable expression.

 Hi,

Is there anyway to check what data is being set in local variables from time to time.

My scenario is I've a logic for pagination and I'll be passing the datasubset which will have the batch size.

But some issue in logic is there where it is not working as expected.

Whenever I refresh the data in the grid(passing new datasubset to the grid) batch size is not getting updated in the pagination logic.

So when I send a new data I wanted to know what are the values that are getting refreshed in that logic of local variables.

Is it possible to see without logging it.

Thanks

  Discussion posts and replies are publicly visible