I\'ve got a project with a shared library (loaded dynamically), and I\'m attempting to debug it. I get the following error message:
No source file named /ho
I had the same problem. I couldn't set a breakpoint in a shared library file (.so), compiled in a different place than my program. To fix this:
I haven't figured out how to make this change for all debug configurations future and past so that I don't have to add this directory every time, but I'll try to update later if I do figure that out.