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 ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|