Re: ProjectCenter : GDB the framework

2021-10-03 Thread Riccardo Mottola
Hi Daniel, On 03/10/2021 17:33, Daniel Santos wrote: If I set a breakpoint in a file outside the framework, I can step into framework code and list, etc. Don’t know how to set breakpoints inside the framework. if everything is linked and set-up fine, there should be no issues putting a

Re: ProjectCenter : GDB the framework

2021-10-03 Thread Daniel Santos
If I set a breakpoint in a file outside the framework, I can step into framework code and list, etc. Don’t know how to set breakpoints inside the framework. Daniel Santos > On 3 Oct 2021, at 16:16, Daniel Santos wrote: > > Did the following : > > dlsa@dardo:~/code/apps-projectcenter$ file

Re: ProjectCenter : GDB the framework

2021-10-03 Thread Daniel Santos
Did the following : dlsa@dardo:~/code/apps-projectcenter$ file /usr/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/Current/libProjectCenter.so.0.6.2 /usr/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/Current/libProjectCenter.so.0.6.2: ELF 64-bit LSB shared object, x86-64,

ProjectCenter : GDB the framework

2021-10-03 Thread Daniel Santos
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