debugging library with codewarrior
| Fri, 2006-03-10 10:51 | |
|
Hello,
I have following problem. I have a some sort of library and a executable which is linked against and then executed. It was possible to step into a library sourcecode when debugging executable by S60 SDK v2.x. But it is not a case any more with SDK v3 - ie. I can not enter my library code from exe debugger. Is there anything I can do about? Both .lib and .exe are built as WINSCW UDEB and I tried to add lib source path to exe-s access path but no success there as well. Ahti. |
|






Forum posts: 25
it is possible in 3.X environments. Sometimes it breaks, so you can try to exit CodeWarrior, get to command line, do reallyclean and build from command line. Try stepping into your library after that, without compiling your library project in CW. There are some other problems with CW compilation: it breaks eCom plug-ins, etc. You can also try to clear "Cache symbolics between runs" in project settings(Alt-F7), Debugger->Debugger Settings tab.