3 repository-uri
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 este un instrument de debugging mobil on-device conceput pentru a captura pachete de rețea, a analiza log-urile de sistem și a profila performanța hardware direct pe un smartphone. Acesta oferă o suită portabilă de utilitare pentru identificarea bug-urilor software și a blocajelor de procesare fără a necesita o conexiune la un computer gazdă. Proiectul include un framework de debugging bazat pe plugin-uri care permite dezvoltarea de extensii funcționale personalizate pentru a implementa logica de debugging specifică proiectului. De asemenea, permite reglarea și injectarea parametrilor în timp real, permițând modificarea setărilor interne ale aplicației în timpul execuției pentru a testa diferite configurații. Instrumentul acoperă mai multe domenii principale de observabilitate și diagnosticare, inclusiv profilarea performanței hardware pentru metrici de CPU, memorie, baterie și frame rate. Include capabilități pentru interceptarea și analizarea traficului de rețea și a comunicațiilor API, precum și utilitare pentru agregarea și analizarea log-urilor de crash atât la nivel de aplicație, cât și la nivel de sistem.
Implements a plugin system allowing developers to extend debugging capabilities with custom rules and UI panels.