PengZheng commented on issue #706:
URL: https://github.com/apache/celix/issues/706#issuecomment-1871840909

   > (gdb) b plc_main.c:8
   > No source file named plc_main.c.
   
   You forget to run your program. If your program has not loaded a bundle(or 
any other shared library) by `dlopen`, how could it be able to get the 
debugging information embedded in an shared library and thus get to know the 
location of the associated source file? 
   
   Please take some time to read the first chapter of Debugging with GDB. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to