Hi Tom, "Local Symbols on" does just what it promises to do ;) it makes the local symbols (those which are defined within a procedure or function) available for the debugger. Due to the habit of programming in Pascal, most of the variables are defined as "Local" i.e. within a function or proc.
Have fun! Bob > Thanks! I was getting an error when I used that option so I turned it > off. Turning it back on fixed my problem. > > What does this do exactly? When I look at the help text it says > Generates local symbol information (Duh!) > > Tom Nesler > > > > 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? > >

