Skip to content

Commit

Permalink
Merge pull request #3182 from MaatheusGois/patch-1
Browse files Browse the repository at this point in the history
[DebugSwift]
  • Loading branch information
vsouza authored Apr 10, 2024
2 parents dfa95bc + e4b4485 commit af3807c
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,30 +648,31 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git

*Debugging tools, crash reports, logs and console UI's.*

- [Xniffer](https://github.com/xmartlabs/Xniffer) - A swift network profiler built on top of URLSession.
- [Netfox](https://github.com/kasketis/netfox) - A lightweight, one line setup, iOS / macOS network debugging library!
- [PonyDebugger](https://github.com/square/PonyDebugger) - Remote network and data debugging for your native iOS app using Chrome Developer Tools.
- [AEConsole](https://github.com/tadija/AEConsole) - Customizable Console UI overlay with debug log on top of your iOS App.
- [Alpha](https://github.com/Legoless/Alpha) - Next generation debugging framework for iOS.
- [AppSpector](https://appspector.com) - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location.
- [Atlantis](https://github.com/ProxymanApp/atlantis) - A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your iOS app. No more messing around with proxy and certificate config. Inspect Traffic Log with Proxyman app.
- [chisel](https://github.com/facebook/chisel) - Collection of LLDB commands to assist debugging iOS apps.
- [DBDebugToolkit](https://github.com/dbukowski/DBDebugToolkit) - Set of easy to use debugging tools for iOS developers & QA engineers.
- [DebugSwift](https://github.com/DebugSwift/DebugSwift) - A comprehensive toolkit designed to simplify and enhance the debugging process for iOS applications.
- [DoraemonKit](https://github.com/didi/DoraemonKit) - A full-featured iOS App development assistant,30+ tools included. You deserve it.
- [Dotzu](https://github.com/remirobert/Dotzu) - iOS app debugger while using the app. Crash report, logs, network.
- [Droar](https://github.com/myriadmobile/Droar) - Droar is a modular, single-line installation debugging window.
- [Flex](https://github.com/Flipboard/FLEX) - An in-app debugging and exploration tool for iOS.
- [chisel](https://github.com/facebook/chisel) - Collection of LLDB commands to assist debugging iOS apps.
- [Alpha](https://github.com/Legoless/Alpha) - Next generation debugging framework for iOS.
- [AEConsole](https://github.com/tadija/AEConsole) - Customizable Console UI overlay with debug log on top of your iOS App.
- [GodEye](https://github.com/zixun/GodEye) - Automatically display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift.
- [NetworkEye](https://github.com/coderyi/NetworkEye) - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request.
- [Dotzu](https://github.com/remirobert/Dotzu) - iOS app debugger while using the app. Crash report, logs, network.
- [Hyperion](https://github.com/willowtreeapps/Hyperion-iOS) - In-app design review tool to inspect measurements, attributes, and animations.
- [Httper-iOS](https://github.com/MuShare/Httper-iOS) - App for developers to test REST API.
- [Droar](https://github.com/myriadmobile/Droar) - Droar is a modular, single-line installation debugging window.
- [Wormholy](https://github.com/pmusolino/Wormholy) - iOS network debugging, like a wizard.
- [AppSpector](https://appspector.com) - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location.
- [Woodpecker](http://www.woodpeck.cn) - View sandbox files, UserDefaults, network request from Mac.
- [Hyperion](https://github.com/willowtreeapps/Hyperion-iOS) - In-app design review tool to inspect measurements, attributes, and animations.
- [LayoutInspector](https://github.com/isavynskyi/LayoutInspector) - Debug app layouts directly on iOS device: inspect layers in 3D and debug each visible view attributes.
- [MTHawkeye](https://github.com/meitu/MTHawkeye) - Profiling / Debugging assist tools for iOS, include tools: UITimeProfiler, Memory Allocations, Living ObjC Objects Sniffer, Network Transaction Waterfall, etc.
- [Playbook](https://github.com/playbook-ui/playbook-ios) - A library for isolated developing UI components and automatically snapshots of them.
- [DoraemonKit](https://github.com/didi/DoraemonKit) - A full-featured iOS App development assistant,30+ tools included. You deserve it.
- [Atlantis](https://github.com/ProxymanApp/atlantis) - A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your iOS app. No more messing around with proxy and certificate config. Inspect Traffic Log with Proxyman app.
- [Netfox](https://github.com/kasketis/netfox) - A lightweight, one line setup, iOS / macOS network debugging library!
- [NetShears](https://github.com/divar-ir/NetShears.git) - Allows developers to intercept and monitor HTTP/HTTPS requests and responses. It also could be configured to show gRPC calls.
- [NetworkEye](https://github.com/coderyi/NetworkEye) - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request.
- [PonyDebugger](https://github.com/square/PonyDebugger) - Remote network and data debugging for your native iOS app using Chrome Developer Tools.
- [Playbook](https://github.com/playbook-ui/playbook-ios) - A library for isolated developing UI components and automatically snapshots of them.
- [Scyther](https://github.com/bstillitano/Scyther) - A full-featured, in-app debugging menu packed full of useful tools including network logging, layout inspection, location spoofing, console logging and so much more.
- [Wormholy](https://github.com/pmusolino/Wormholy) - iOS network debugging, like a wizard.
- [Xniffer](https://github.com/xmartlabs/Xniffer) - A swift network profiler built on top of URLSession.
- [Woodpecker](http://www.woodpeck.cn) - View sandbox files, UserDefaults, network request from Mac.

**[back to top](#contributing-and-collaborating)**

Expand Down

0 comments on commit af3807c

Please sign in to comment.