• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode LLDB: Not Stopping On Breakpoints
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Xcode LLDB: Not Stopping On Breakpoints
      • From: Andreas Grosam <email@hidden>
References: 
 >Xcode LLDB: Not Stopping On Breakpoints (From: Andreas Grosam <email@hidden>)

  • Prev by Date: Re: My 2 XCode 4.4 problems
  • Next by Date: Re: Xcode-users Digest, Vol 9, Issue 362
  • Previous by thread: Xcode LLDB: Not Stopping On Breakpoints
  • Next by thread: Re: Xcode LLDB: Not Stopping On Breakpoints
  • Index(es):
    • Date
    • Thread