Page 1 of 1
Finding contents of a field/object contents using IDE Debug
Posted: Wed Feb 07, 2018 4:59 am
by Mkolbe
While using debug I was hoping to be able to right-click on a line of code to quickly see the contents of a specific field or object. Doesn't look like that is an option. I can find somethings easy enough (like a field from a file), but not others (e.g. avAssociatedInstance). I've tried expanding everything in the Variable list on the left and using my eyeballs, but am not always finding what I'm looking for. Anyone have any suggestions?

Re: Finding contents of a field/object contents using IDE Debug
Posted: Thu Feb 08, 2018 1:28 am
by atostaine
It's always a hit or miss whether you're going to get to view the value.
Re: Finding contents of a field/object contents using IDE Debug
Posted: Thu Feb 08, 2018 3:26 am
by jyoung
Agree with Art, it can be pretty hit or miss at times.
Make sure that the components are / have been recently complied. I have found that a lot of the times I am missing something it is because I did not compile it.
Also, you may want to try tracing. I have come to rely heavily on tracing and since it looks like you are using VLF its super easy to do.
http://docs.lansa.com/14/en/lansa048/in ... 8_0845.htm