• 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 has decided that I don't need my breakpoints to work after all ....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode has decided that I don't need my breakpoints to work after all ....


  • Subject: Re: Xcode has decided that I don't need my breakpoints to work after all ....
  • From: Kate Stone <email@hidden>
  • Date: Thu, 07 Apr 2016 17:30:53 -0700

Given that none of the above resolved the problem, it might be helpful to see more about what’s going on in the debugger.  Run your project under the debugger with a single breakpoints of interest set in Xcode, pause it using the Debug > Pause menu item and type “br list” at the LLDB prompt in Xcode’s debug console.  You should see something like this:

(lldb) br list
Current breakpoints:
1: file = '/Volumes/Data/Work/Experiments/SimpleSwiftCocoa/SimpleSwiftCocoa/AppDelegate.swift', line = 18, exact_match = 0, locations = 1, resolved = 1, hit count = 1

  1.1: where = SimpleSwiftCocoa`SimpleSwiftCocoa.AppDelegate.applicationDidFinishLaunching (__ObjC.NSNotification) -> () + 16 at AppDelegate.swift:19, address = 0x0000000100000e20, resolved, hit count = 1 

… where your breakpoint shows up (eg: breakpoint 1 above) with file / line information followed by breakpoints locations (eg: breakpoint 1.1 in this example) where we found actual code that matches the file and line.  Please reply with an example like the above and we’ll see if that doesn’t provide more clues to what’s going on.

Kate Stone email@hidden
 Xcode Low Level Tools
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 has decided that I don't need my breakpoints to work after all ....
      • From: Peter Hudson <email@hidden>
References: 
 >Re: Xcode has decided that I don't need my breakpoints to work after all .... (From: Peter Hudson <email@hidden>)

  • Prev by Date: Warnings from some subproject are not shown in main issue navigator
  • Next by Date: Re: Xcode has decided that I don't need my breakpoints to work after all ....
  • Previous by thread: Re: Xcode has decided that I don't need my breakpoints to work after all ....
  • Next by thread: Re: Xcode has decided that I don't need my breakpoints to work after all ....
  • Index(es):
    • Date
    • Thread