Help. Anyone know why when I go to debug my code on a device and step into a function all I can see is assembly code and not the source? The function I am stepping into is in a .lib(static library) that is included in my project and I checked the settings and everything seems to be okay but I just get assembly code when I want to look at the source so I can step through it. I try to select different views inside the Codewarrior debugger ( I am using Codewarrior 9.0) and try and switch it to source view but it doesn't work either.
Make sure that the project that built the library is open, that the library was built at optimization level 0, and that "debug dots" are on for all the source files in the library.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
