Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 ?

share|improve this question

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.

share|improve this answer
go to project properties>C/C++ General>Code analysis>Source location. – Vlad May 17 at 2:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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