I debugged for the first time a cmake based application with CB
So I am happy
The application uses a gtk interface.
I can debug few code lines before the gtk loop is started using glib.
At that time debugger finishes its work, but I would also like to debug the call back function.
I tried to attach the debugger to the process without result.
Any idea about which way could solve the problem?