Hi Tom,
try Local Symbols: On
Have fun
Bob
>
> While debugging my program, I now am unable to view the values of my
> variables. This affects my watchlists and evaluate dialogs. I am
> guessing that one of my compiler settings is set wrong but maybe it is
> caused by something else. What do you recommend I do?
>
> Here are my Compiler tab settings:
>
> Code Generation
> Optimization: Off
> Aligned record fields: On
> Stack Frames: Off
> Pentium Safe FDIV: Off
>
> Syntax options
> Strict Var-strings: On
> Complete boolean eval: Off
> Extended Syntax: On
> Typed @ operator : Off
> Open Parameters: On
> Huge Strings: On
> Assignable typed constraints: On
>
> Runtime errors
> Range checking: Off
> I/O checking: On
> Overflow checking: Off
>
> Debugging
> Debug Information: On
> Local Symbols: Off
> Reference Info: On
> Assertions: On
> Use Debug DCUs: Off
>
> Messages
> Show hints: On
> Show warnings: On
>
>
> Thanks in advance!
>
> Tom Nesler