Page 1 of 1

Display window in Xpediter

PostPosted: Tue Jan 22, 2008 12:36 am
by kbalakumar08
I'm trying to XPED a program but I'm unable to view the values of the variables in the watch window. It just displays series of '.'s against the variable. Would anyone happen to know how to fix this?

Any assistance is very much appreciated.. Thanks!!

Re: Display window in Xpediter

PostPosted: Tue Jan 22, 2008 9:27 pm
by arunprasad.k
kbalakumar08,

I believe that the variable is have either low values (NULL) or junk values.

Try 'HEX ON' on command line and if has,

4B -> Then it has a period.
00 -> Low values
04 -> Spaces

Try for some other variable which you are sure of have some values.

Also try posting the HEX ON values with the variable declaration.

Arun.