spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile devices, WebViews, and mobile browsers. It functions as a network packet capture tool and a remote browser inspector, allowing users to monitor HTTP and HTTPS requests wirelessly without the need for USB cables. The project distinguishes itself by using script injection to enable remote debugging. It injects JavaScript into HTTP response bodies, providing the ability to inspect HTML and CSS elements and perform live page content editing directly on the mobile screen. Additionally,
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
Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state, network traffic, and system logs of mobile devices via a desktop interface. It functions as a centralized system for monitoring application behavior and troubleshooting logic and performance issues. The platform is distinguished by a plugin-based extension system that enables the development of custom debugging tools. These plugins can visualize specific application data and facilitate event exchange between a mobile device and a computer. The toolkit covers several core obse
log.io is a real-time log monitoring system designed for streaming and visualizing system logs in a web browser as they are generated. It consists of a TCP log aggregator that collects formatted messages from remote sources and a file-based log streamer that monitors local files for changes. The system provides a web-based log viewer capable of ad-hoc visualization, allowing users to route specific active log streams to different screens for targeted monitoring. This is supported by a centralized message broker that redistributes incoming logs to web clients. The platform covers centralized
Page Spy Web es un inspector de aplicaciones multiplataforma y depurador remoto en tiempo real diseñado para identificar errores de ejecución y fallos de pantalla blanca mediante la transmisión de telemetría y datos en vivo desde dispositivos remotos. Sirve como una herramienta de diagnóstico de dispositivos remotos y una consola basada en web para depurar webviews móviles.
Las características principales de huolalatech/page-spy-web son: Cross-Platform Remote Debugging, Cross-Platform WebView Debugging Platforms, Remote Application Inspectors, Remote Debugger Connectivity, Remote Debugging Bridges, Remote Device Diagnostics, Screen Mirroring, API Serialization Bridges.
Las alternativas de código abierto para huolalatech/page-spy-web incluyen: wuchangming/spy-debugger — spy-debugger is an HTTP proxy debugging tool designed for intercepting and analyzing network traffic from mobile… facebook/flipper — Flipper is a mobile app debugging platform and cross-platform debugging bridge that connects a desktop environment to… facebook/sonar — Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state,… narrativescience-old/log.io — log.io is a real-time log monitoring system designed for streaming and visualizing system logs in a web browser as… facebook/stetho — Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time… zixun/godeye — GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a…