are you sure that the version you are debugging is actually a debug build. (both the application and lib)? Are you also sure that you are linking the debug build of the lib with the debug version of the application (same applies for release).
I've only seen this when you are using a debug build of the app, but a release mode of the lib. Hope this helps. bill "Monika Kauntz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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. > Any help would be appreciated. > > Monika > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
