Wish Debuger on hover to variable window...

amykonio

Active Member
Licensed User
Longtime User
I haven't tested that to B4A or B4I, only in B4J. But I would expect the same behavior.
In debug mode, when I hover to a variable (let say a string) with long value (example: some pathname), some times the content isn't fully visible (as the window is small).

upload_2017-12-1_15-55-22.png


So to see its you have to either view it in watch window, or to resize the value column on the window that shows while hovering on the value. But if you resize the the value column on that window, the value is still not readable. The window isn't resizable.

upload_2017-12-1_15-57-12.png


In my case the variable I am trying to view it's content is right above the little window (originalImage).
I don't know if this can be fixed...

(Working with B4J 5.90, haven't tested 6.0 beta).

Andreas.
 

JohnC

Expert
Licensed User
Longtime User
+1
 

rboeck

Well-Known Member
Licensed User
Longtime User
I would be nice, to have some kind of autosize, mainly for longer strings like sql statements etc. ... Maybe a button in watch window od a doublick on header.
 
Last edited:
Top