I have a problem with Eclipse c / C ++ with debugging. In some, but not all cases, when I set a breakpoint, this shows me not available for this function (example there is no source available for test () ). This function is static, and I have the source of this file in my project. What's wrong?
source share