Natural Studio (Natural for Windows) local fields tab not showing data in debugger

Good morning all! We use Natural Studio for application development and maintenance. We currently have 3 separate environments, test, QA and production.

That being said, I have found a few instances where, when debugging an application, no locally defined fields can be seen in the “Locals” tab. I also cannot hover my cursor over any locally defined fields to see their current values. I assume there is something not quite right in the setup for the environment, as I can go to one or both of the other environments (QA or Prod) and do not have the same issue.

Hopefully I was clear on my question, but if not please feel free to ask for clarification. Any help would be much appreciated.

Thanks in advance,
Steven

Make sure the objects have been STOWed with SYMGEN=ON

Thank you Wolfgang!! That totally took care of it. I appreciate your help!!