This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

My library, but where are the debug symbols?

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

Parents
  • Maybe the debugger can't fine the source for the object code. This could be the case if the source is on another computer or in a different source folder. You can specify a path to the source files using the SET SRC debugger command.

    Jon

Reply
  • Maybe the debugger can't fine the source for the object code. This could be the case if the source is on another computer or in a different source folder. You can specify a path to the source files using the SET SRC debugger command.

    Jon

Children