Editor : Display structure value with debugger

Post bugs related to the IDE here
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Editor : Display structure value with debugger

Post 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
Last edited by Le Soldat Inconnu on Wed Jul 30, 2014 3:48 pm, edited 1 time in total.
LSI
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Editor : Display structure value with debugger

Post by Demivec »

What if you highlight the 'Code()\IHM()' part instead of simply putting your mouse pointer over it?
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: Editor : Display structure value with debugger

Post 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
LSI
Post Reply