gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ProjectCenter : GDB the framework


From: Riccardo Mottola
Subject: Re: ProjectCenter : GDB the framework
Date: Mon, 4 Oct 2021 01:44:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]