Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#Define and debug problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00084903
Message ID:
00084907
Views:
23
>I am just trying to find out how to track the "value" of a DEFINEd
>constant in the debugger, if there is a way.
>
>Thanks.

Tom, since the manifest constant is no longer in existance when the code is running, there is no way to see its value. The replacing of the constant with the value took place when the code was compiled. To see the value that was used you would need to open the source and look at the #DEFINE line to see what it is assigning.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform