3 dépôts
Extends a debugging proxy with custom rules, UI panels, and protocol handlers through a plugin system at runtime.
Distinct from Plugin Debugging Utilities: Distinct from Plugin Debugging Utilities: focuses on extending the proxy's own debugging capabilities via plugins, not on troubleshooting plugin logic itself.
Explore 3 awesome GitHub repositories matching development tools & productivity · Plugin-Based Debugging Extensions. Refine with filters or upvote what's useful.
Whistle is an HTTP debugging proxy that captures, inspects, and modifies traffic through a web-based management interface. It operates as a man-in-the-middle proxy, intercepting HTTP, HTTPS, HTTP/2, WebSocket, and TCP traffic between clients and servers, and provides a plugin-based architecture that extends core functionality with custom rules, UI panels, and protocol handlers at runtime. The project distinguishes itself through a combination of capabilities that go beyond basic traffic inspection. It supports server-side headless operation on Linux, allowing it to intercept traffic for appli
Adding custom rules and UI features through a plugin system to tailor the debugging environment.
Flipper is a mobile app debugging platform and cross-platform debugging bridge that connects a desktop environment to mobile devices. It provides a desktop tool for inspecting logs, network traffic, and layout hierarchies of mobile applications in real time. The platform is built as a plugin-based developer tool, offering a customizable framework for building visual debugging tools and data inspectors. This architecture allows for the creation of specialized plugins and visualizers to monitor internal application data through the desktop interface. The tool covers several functional domains
Provides a framework for building custom visual tools that display application data via the communication bridge.
GT est un outil de débogage mobile sur appareil conçu pour capturer des paquets réseau, analyser les journaux système, et profiler les performances matérielles directement sur un smartphone. Il fournit une suite portable d'utilitaires pour identifier les bugs logiciels et les goulots d'étranglement de traitement sans nécessiter une connexion à un ordinateur hôte. Le projet dispose d'un framework de débogage basé sur des plugins qui permet le développement d'extensions fonctionnelles personnalisées pour implémenter une logique de débogage spécifique au projet. Il permet également le réglage et l'injection de paramètres en temps réel, permettant aux paramètres internes de l'application d'être modifiés pendant l'exécution pour tester différentes configurations. L'outil couvre plusieurs domaines fondamentaux d'observabilité et de diagnostic, incluant le profilage des performances matérielles pour les métriques CPU, mémoire, batterie et taux de rafraîchissement. Il inclut des capacités pour intercepter et analyser le trafic réseau et les communications API, ainsi que des utilitaires pour agréger et analyser les journaux de crash au niveau de l'application et du système.
Implements a plugin system allowing developers to extend debugging capabilities with custom rules and UI panels.