Comments on: improving debugging in OS X https://briksoftware.com/blog/archives/24 Thu, 14 Jun 2012 18:56:48 +0000 hourly 1 https://wordpress.org/?v=4.7 By: Karsten https://briksoftware.com/blog/archives/24/comment-page-1#comment-240 Thu, 15 Feb 2007 16:13:15 +0000 https://briksoftware.com/blog/?p=24#comment-240 I mean inspecting instances of NSArray or NSDictionary. I don’t like to print them to the console as this is too confusing. I would preffer seeing all the objects of an array listed in a new window, or all keys of a dictionary listed with the apropreate values. That is not possible with the current tools.

]]>
By: Peter Hosey https://briksoftware.com/blog/archives/24/comment-page-1#comment-239 Thu, 15 Feb 2007 16:05:36 +0000 https://briksoftware.com/blog/?p=24#comment-239

So the first thing i noticed when debugging Applications with Xcode is that there’s no GUI for inspecting objects.

What’s that thing in the upper-right quadrant of the Xcode Debugger window, then?

]]>
By: Blake C. https://briksoftware.com/blog/archives/24/comment-page-1#comment-234 Thu, 15 Feb 2007 03:13:35 +0000 https://briksoftware.com/blog/?p=24#comment-234 Very nice! So where’s the plugin that displays NSImages? 😛

]]>