/DebugKit

Debug UI for startups

Primary LanguageSwift

DebugKit 🛠️

Platform Swift Version License

Debug UI for startups: Supercharge your debugging workflow for iOS, SwiftUI, and Xcode projects.


🌟 Features

  • Live App Logging: Real-time logging right within your application.
  • Performance Monitoring: Track memory usage, CPU, and more.
  • UI Inspector: Examine UI components in-depth, adjust and test in real-time.
  • Network Traffic Inspector: Review API calls, responses, and latency.
  • Custom Debugging Actions: Implement your custom debugging actions or tools.

🚀 Installation

Reach out to obtain access for DebugKit.

Adding to Your Project

Details on how to integrate DebugKit into your project will be provided upon purchase.

📱 Usage

  1. Initialization: Integrate DebugKit within your application delegate.
  2. Logging: Use DebugKit logging tools for detailed logs.
  3. Monitoring: Activate performance monitoring to get insights.
import DebugKit
// Sample code using DebugKit