Re: [2.0] Debugger not showing anything, nor respecting breakpoints
Re: [2.0] Debugger not showing anything, nor respecting breakpoints
- Subject: Re: [2.0] Debugger not showing anything, nor respecting breakpoints
- From: Jason Molenda <email@hidden>
- Date: Thu, 9 Jun 2005 22:01:27 -0700
Cameron,
On Jun 8, 2005, at 10:27 PM, Cameron Kerr wrote:
When I Debug & Build, even from a freshly cleaned project, the
debugger does not stop at breakpoints. The program is run in gdb,
as I can see the output from the Console window.
if I manually set a breakpoint in gdb (b server.c:96), it does not
output any response from the command, but I don't know if it should).
In this case, I think the new Lazy Symbol Loading feature in Xcode
2.0 is causing your troubles. Go to the Xcode preferences, Debugger
section, disable Lazy Symbol Loading. LSL dramatically improves
debugging of large programs, but for small and medium sized
applications it's not such a big deal to turn it off.
Jason
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden