Page 1 of 1

Editor : Display structure value with debugger

Posted: Wed Jul 30, 2014 11:02 am
by Le Soldat Inconnu
Hi

Better a long text, example on screenshoot

Image
Fisrt, i put mouse over "Code()", all OK

Image
I put mouse over "Code()\IHM()", no display
If i do *IHM = @Code()\IHM(), i can get display IHM structure on pointer.
Can be great to can see value of "Code()\IHM()", not the full structure tree from "Code()" but just the value (or structure) of "Code()\IHM()"

Image
Here, it don't display the good structure. it display structure of Code() and not structure of Tache()\Code()

Thanks

Re: Editor : Display structure value with debugger

Posted: Wed Jul 30, 2014 3:26 pm
by Demivec
What if you highlight the 'Code()\IHM()' part instead of simply putting your mouse pointer over it?

Re: Editor : Display structure value with debugger

Posted: Wed Jul 30, 2014 4:24 pm
by Le Soldat Inconnu
Demivec wrote:What if you highlight the 'Code()\IHM()' part instead of simply putting your mouse pointer over it?
By this way, it works fine (i don't know this way)
Thanks