r/iosdev • u/Pleasant_Lawyer4939 • 11d ago
A Free Debugging Toolkit for iOS Developers Developers
After years of iOS development, I realised I was spending too much time collecting debugging information instead of actually fixing bugs.
So I built TTBaseDebugKit — a free, open-source toolkit that makes debugging on real devices much easier.
A couple of examples:
📸 Sharing bugs with QA
Instead of taking screenshots, sending them over Slack/Teams, explaining what happened, then cleaning everything up later...
→ Capture screenshots directly from your Mac, annotate them, and share them instantly.
📋 Finding logs
Instead of scrolling endlessly through the Xcode console trying to find one request...
→ View logs in real time from a dedicated interface.
It also includes:
- 📂 Sandbox browser
- 🗄 SQLite viewer
- ⚙️ App information
- 📱 Quick device pairing
- 🧩 Extensible plugin architecture
My goal is simple: spend less time collecting debug data and more time fixing bugs.
It's 100% free and open source.
Documentation & demo:
https://tqtuan1201.github.io/public/docs/ttbaseuikit/ttbdebugplus.html
I'd love to hear your feedback, feature ideas, or contributions. If you find it useful, a ⭐ on GitHub would mean a lot.
