Hi,
That was it.
Thanks,
Regards
Daniel Santos
> On 4 Oct 2021, at 00:44, Riccardo Mottola wrote:
>
> 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 s
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 bre
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
>
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, ve
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 cas