Jeez, really? I need a broken debugger like a hole in the dead at the moment. Any idea what causes it and how to get rid of it? Using “po” won’t help as it’s a custom object, I need to look at the properties. Any ideas how I can do this?
I was wondering if it could be caused by a bug in my code that causes the debugger to go AWOL or something? All the Best Dave > On 4 Feb 2016, at 15:56, Gary L. Wade <[email protected]> wrote: > > You're not alone. I see this every so often and just make do with the console > view to see what I need (po is your friend). If you have more than one > project open, you might try closing those before restarting Xcode. Another > flake that Xcode has is putting the wrong project's source file in the Debug > tab, a problem exacerbated by some of the projects I open from others who > never bothered to change the names of their source files from template names; > the worst offender is ViewController.m. > > The only way to fix this is to file a bug against Xcode in > http://bugreport.apple.com/ and wait for it to be marked as a duplicate and > hope it gets fixed by Xcode 8. > -- > Gary L. Wade (Sent from my iPad) > http://www.garywade.com/ _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
