What it is
A floating debug menu for iOS apps covering network inspection, performance monitoring, crash analysis, UI debugging, and sandbox resource browsers. Add via SPM or CocoaPods, wrap in #if DEBUG, and ship without it in production.
Tech stack
- UIKit + SwiftUI for the debugger UI
- Method swizzling for URLSession and WebSocket capture
- Native SQLite/Realm/SwiftData browsers
- MIT licensed on GitHub