Open
Description
Hi,
is there a way to specify the path to the source code of a library (.so) file ?
I would like to put breakpoints in my library, and see how it runs, the source code is in a different directory than the executable with which I run gdb.
If it's possible would you please show an example.
Thank you!