Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added key for toggling the hidden status #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

futuretap
Copy link

By default it's the "x" key since "h" was already taken.

@cbess
Copy link

cbess commented Jun 18, 2012

I have added this feature to the desktop app. Available here: https://github.com/cbess/CBIntrospector

timd pushed a commit to timd/DCIntrospect that referenced this pull request Dec 3, 2012
…bject contructors from id to an actual instance of that class
@jklp
Copy link

jklp commented Aug 22, 2013

Hi, thanks for the pull request though unfortunately it looks like DCIntrospect is no longer maintained. Good news though, myself and @Logicreative have decided to revive DCIntrospect, and created a fork at https://github.com/logicreative/DCIntrospect-ARC to hopefully merge all pull requests and forks back into a single repo.

If you don't mind sending your pull request to the DCIntrospect-ARC repo, we'll try and merge it as quickly as possible. We're also going to be more active with the CocoaPods package manager, so we'll update the latest CocoaPod's podspect once all changes have been merged.

Thanks
Jerrold

@cbess
Copy link

cbess commented Aug 26, 2013

@jklp https://github.com/cbess/CBIntrospector is already ARC-ready, has been for quite a while now. It has the features of DCIntrospect and quite a bit more (like a desktop app: ViewIntrospector).

@jklp
Copy link

jklp commented Aug 29, 2013

Thanks for the link @cbess that looks great! I think we might still persist with the DCIntrospect-ARC fork, as we like the idea of having something lightweight. By the way, have you checked out Reveal or Spark Inspector?

@cbess
Copy link

cbess commented Aug 29, 2013

@jklp a lightweight debugging tool? Interesting. I want my debugging tools to be as robust and powerful as possible, and unfortunately, that usually doesn't fit into the lightweight category (i.e. Xcode, Instruments, NSLogger, Lumberjack, etc).

Yes, I've reviewed them. Since I've checked, they all lack a powerful feature that is used a lot in View Introspector, sending any message to any NSObject at runtime. That is a key feature for me. All that UIView tree stuff is expected (standard). But, calling methods, sending remote notifications, UIView dumps, etc. are key debugging features. And being able to use the tool from the app or the simulator (two-way view selection/manipulation). Also, I like free.

By the way, have you used View Introspector?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants