Re: ProjectCenter : GDB the framework

Daniel Santos <[email protected]> Sat, 9 Oct 2021 14:21:34 +0100
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>
Hi,

That was it.
Thanks,
Regards
Daniel Santos



> On 4 Oct 2021, at 00:44, Riccardo Mottola <[email protected]> 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 set breakpoints inside the framework.
> 
> 
> if everything is linked and set-up fine, there should be no issues putting a breakpoint or debugging a linked framework.
> 
> It may happen that on startup GDB doesn't know about the classes so it will have a "pending breakpoint" that gets solved on load. Or you can run the program, interrupt it, set the breakpoint on the now loaded Framework, and continue.
> 
> 
> Riccardo
> 
>