I've built a library of objects that don't change often. I believe I've built it with debug symbols enabled. However, when I link against it and start stepping in the sim., I don't see the source or symbols of the library functions, just the function name labels. What am I doing wrong? - Mark
The local variables should show up in the Locals window. Check to see if periodic window update is turned off (I like to have this on all the time). Jon
Periodic update is enabled and I'm just single stepping. uVision can display the values if I hover over them, it just won't put them in the Locals window. I'm using the LARGE model (not my choice). Regards, - Mark