Delete the DCU files first and rebuild all files in project. Is still does not work delete MAP, DSK files and project's symbol file (is enabled). Make sure you have also the debugger on. Activate the "Allow functions call in new watches" in "Debugger options" window.
While debugging always use "Range checking + Overflow checking". Always let "Local symbol information" on, since it does not affect your program's speed and it is really important for debugging. _______________ Nesler, Thomas J wrote: > Hello! > > 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 > > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

