I have problem in Eclipse c/c++ with debugging. On some, not all, functions when I put break point it shows me no sorce available for that function ( example no source available for test() ). That function is static and I have source of that file in my project. What is wrong ?

link|improve this question

63% accept rate
feedback

1 Answer

Maybe you should add sources explicitly. In the Debug view click on the Application with the right mouse button and choose "Edit Source Lookup" in the menu. Here you can add path to look for sources.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.