Re: Xcode LLDB: Not Stopping On Breakpoints
Re: Xcode LLDB: Not Stopping On Breakpoints
- Subject: Re: Xcode LLDB: Not Stopping On Breakpoints
- From: Han Ming Ong <email@hidden>
- Date: Fri, 03 Aug 2012 10:16:38 -0700
In a simple Console app that I just tested, I have no problems stopping in main.
Initially, I thought it is because you have not put both the executable project and the framework project in the same workspace. If you did that, by default, they both build to the same DerivedData directory so all the .o can be found by the debugger.
But then you said that gdb works...
Maybe there is indeed some quirks with lldb that we have to fix.
It sounds like you have an easily reproducible case. Please file a bug so that we can fix it on our end.
For now, you can do 'break list' in the Console and check if the breakpoint is both created and resolved.
Thanks, Han Ming
On Aug 3, 2012, at 4:36 AM, Andreas Grosam wrote:
> Xcode 4.4's LLDB does not stop on breakpoints anymore set in the main.m source file of a simple console application based on Foundation.
>
> The target links against a framework (through an Xcode project which includes sources). Strangely, breakpoints set within the sources of the framework are honored.
>
> I haven't seen this before in previous versions of Xcode 4.x, and this is the first console app which I debug in Xcode 4.4.
>
> gdb will stop on all break points, but has other quirks.
>
>
> Any thoughts?
>
> Thanks for help.
>
>
> Regards
> Andreas
> _______________________________________________
> 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
_______________________________________________
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