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 ?
|
feedback
|
|
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. | |||
|
feedback
|