|
I have finally got the debugger to work (previously firewall problems
prevented me from using it) and am having problems with monitoring Data
Structures.
When I set a monitor on the following DS - _only_ the content of InpNum1
shows up in the tree - I can't see InpNum2 or 3 at all.
D InputData DS
D InpNum1 4S 0
D 1A
D InpNum2 4S 0
D 1A
D InpNum3 4S 0
I suspect this is a bug relating to the unnamed field that is in the second
position of the DS since the following DS will not set a watch at all! It
simply throws up a message window saying "Could not evaluate expressions
results".
D Results DS
D 7A Inz('Num1 = ')
D Num1 4S 0
D 10A Inz(' Num2 = ')
D Num2 4S 0
D 10A Inz(' Num3 = ')
D Num3 4S 0
Can somebody else please confirm this bug - or alternatively tell me what
I'm doing wrong.
Jon Paris
Partner400
www.Partner400.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.