Debug tooltips update

Bergum

Member
Licensed User
Longtime User
I wish a debug tooltips that show me only request variables.

Es:
Line of code
variable1 = module.variablename.array(4)

Now:
If i show tooltip on module, it show me all module variables. If I have many variables, may be I can't see value of array(4) variable

I ask:
If i move on (4) tooltip show me only value of module.variablename.array(4),
if i move on array() tooltip show me values of all array.

Sorry for my english

Ciao
 
Top