We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I want to proced source code level debugging with my own library (*.libc file). It doesn't work when library project and aplication project are placed together into workspace. There are no problem when I open standalone aplication project. What is the problem? Any suggestion?
Best regards, JN
Did you build your library with debug information included?
Maybe I don't fully understand your problem, but I have no problem building a library with Debug information included in the library and then separately build a project that just links to the library yet still have the full capability to source level debug the application AND the library. (You may to actually add the library source code to the project so it knows where it is, but you do not build the library source code in the project. You may need to de-select the included in Target Build option under properties so that it is not rebuilt)