Equates, Symbol table and Debug. (AREV Specific)
At 23 MAR 1998 07:34:43PM Michael Slack wrote:
Can anyone tell how to view a value of an equated symbol thru Debug?
While looking at some variable values thru Debug, I tried to look at a value of an equated symbol. Got the message "NOT IN SYMBOL TABLE". To check myself, I re-ran the program with the Debug right before the Equate statements and checked the values right after they were succesfully set and got the same "NOT IN SYMBOL TABLE" message. Is there any way to look at the values within an equated symbol?
I would rather not have to take some things on blind faith if I can help it.
Thank You,
Michael Slack
At 23 MAR 1998 08:32PM Andrew P McAuley wrote:
An equate is essentially a compiler pre-directive - in other words at compile time your equated variable is replaced with the literal value. Thus you cannot look at it in the debugger. The only way is to say X=Var$ and then look at X but that kinda kills the point of equates.
amcauley@sprezzatura.com
World Leaders in all things RevSoft