Skip to main content

[Migrated content. Thread originally posted on 28 June 2005]

In the debugger we should be able to access the symbols (and therefore the values of):

- 78 constants
- Variable names modified by COPY .. REPLACING statements
- ActiveX control constants (from JoeD)

[Migrated content. Thread originally posted on 28 June 2005]

In the debugger we should be able to access the symbols (and therefore the values of):

- 78 constants
- Variable names modified by COPY .. REPLACING statements
- ActiveX control constants (from JoeD)
Great request Duncan, seeing constant values in the debugger would sure be helpful.

Also, I would like to be able to use a variable name, like a constant, when setting the value for a variable in the debugger instead of having to type in a value. For instance I type, AMY-DATA-FIELD and enter then it prompts me for value and I have to type in the value, but I would also like to be able to type in a variable name like MY-CONSTANT-1 and that value would be plugged in for me.