Wish Finding variables in debugger

JTmartins

Active Member
Licensed User
Longtime User
When we have lots & lots of variables in the app, it becomes quite complicated to scroll loking for the variable we want to check.

A search would be welcome or an area where we could drag some variables we want to examine closely during a debugg session.

Thanks
 

JTmartins

Active Member
Licensed User
Longtime User
Yes Erel, I know that, but sometimes we need to analize 2 or more variables, and we have to scroll up and down and look for it. Sometime I use the log but the same problems hapens. we have to scroll up and down looking for the logged values. Actually I find this more difficult in the new rapid debugger than in the previous one as we have to click in the "plus" sign to open and check the value.
 
Top