TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PonyDebugger: Chrome Developer Tools for Native iOS Apps

278 pointsby wlueover 12 years ago

14 comments

jazzychadover 12 years ago
I saw a demo of this a couple months ago at a small gathering. I was blown away. Another feature demo'd at the time was the ability to make obj-c calls in the chrome javascript console and have it be interpreted in the app runtime. e.g.<p>UIApplication.sharedApplication.delegate.navigationController.navigationBar.tintColor = UIColor.redColor;<p>and the app's navbar changed color. Is this still possible with this release? I haven't been able to try it out at work yet. Thanks for this awesome tool.
评论 #4456083 未加载
rsbrownover 12 years ago
This looks like a really valuable tool to have in the iOS development arsenal.<p>It also underscores my loathing for cutesy, irreverent naming conventions.
评论 #4455590 未加载
评论 #4455884 未加载
评论 #4455986 未加载
scottostlerover 12 years ago
Awesome, will definitely give this a shot. It's great to see iOS development tools pick up tricks from the web world.<p>Personally, I can't wait for a Firebug-like tool for live debugging and tweaking of UIView hierarchies.
评论 #4455807 未加载
评论 #4455451 未加载
评论 #4455456 未加载
devinfoleyover 12 years ago
It seems that the state iOS development is improving at a very rapid pace. I can't wait to try this out.
mikemurrayover 12 years ago
Thanks for this! The Core-Data Browser will be especially useful for me. Verifying data was correctly stored had been somewhat of a pain before.
Nemisis7654over 12 years ago
This looks fantastic. Does anyone know if there is a similar tool for Android?
评论 #4456070 未加载
评论 #4456096 未加载
alexbellover 12 years ago
This will improve my life I think, installing now and thank you!
评论 #4455601 未加载
se85over 12 years ago
Wow, I never thought it would be possible to use the webkit developer tools for a completely different technology stack to such an extent.<p>Impressive to say the least.
estover 12 years ago
This is really cool for my projects, however, are there any other tools that can be used ananlyze other binaries without compiling?
Codhisattvaover 12 years ago
Impressive looking tool. I hope the intern is getting paid because he's adding a lot of value to Square and the dev community too. (Seems like a chance to plug <a href="http://gittip.com/" rel="nofollow">http://gittip.com/</a> now!)
评论 #4455646 未加载
评论 #4457076 未加载
boerni1234over 12 years ago
It's also possible to inspect HTML/JS on WebView based apps (phonegap)?
评论 #4458777 未加载
devonbleakover 12 years ago
Interesting tool.<p>I've done something like this in the past using Charles or Fiddler and the proxy settings on my iOS device.
tylerc230over 12 years ago
What is the advantage of this tool over Charles?
评论 #4455897 未加载
评论 #4455833 未加载
goggles99over 12 years ago
Very cool - but seems like more of a monitor than a debugger (titles are always over-sensationalized I suppose).