tonychen0924 commented on issue #706: URL: https://github.com/apache/celix/issues/706#issuecomment-1871920190
But I don't think it has anything to do with debugger plc_main.c . startPLC of plc_mian.c has been call and print in terminal , but also prompt: `void startPLC(int a, int b) { printf("%s\n", __func__); printf("1====================\n"); printf("2====================\n"); printf("3====================\n"); }` (gdb) b plc_main.c:8 No source file named plc_main.c. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 2 (plc_main.c:8) pending. -- 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