ProjectCenter : GDB the framework

Daniel Santos <[email protected]> Sun, 3 Oct 2021 15:37:34 +0100
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>
Hi,

I want to debug some code inside the ProjectCenter framework. I fire up gdb on the executable but it only knows about the headers and the classes that are not in the Framework directory. I tried doing : “directory Framework”, but no effect.
I have set -g in the ADDITIONAL_CFLAGS just in case, at the root level and in the Framework subdirectory.

Thanks,
Regards

Daniel Santos