Hi Guys,
I am working on project in Linux which involves 1) Static Lib in C++ 2) GUI developed in C++/QT which uses static lib.
Now both the lib and gui are build from command prompt using makefiles.
I am trying to debug both like when I hit one button, call should go from GUI to lib.
Is it possible to do like this in Linux with eclipse? I can easily follow same debugging procedure in Windows using Visual studio and attaching lib to GUI but I cannot find any good way to do here with eclipse.
I have tried many IDEs/debuggers like Anjuta Code Blocks. DDD,Kdbg but none is working properly.
I am not sure that if I am wrong or is it much complex to debug?
Can some one suggest one proper way to debug ?