awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
square avatar

square/PonyDebugger

0
View on GitHub↗
5,854 estrellas·584 forks·Objective-C·12 vistas

PonyDebugger

PonyDebugger es una suite de herramientas de depuración específicas para iOS que proporciona interfaces basadas en web para inspección de red, navegación de datos, streaming de logs y análisis de jerarquía de vistas. Permite el examen remoto de una aplicación iOS en ejecución a través de un navegador.

El proyecto se integra con el protocolo Chrome DevTools para llevar capacidades de inspección y proxy de tráfico de red a aplicaciones nativas de iOS. También proporciona una interfaz web de solo lectura para navegar por objetos gestionados y entidades de datos locales almacenadas en el dispositivo.

Las capacidades adicionales incluyen una consola de registro remoto para hacer streaming de texto y volcados de objetos sin usar puntos de interrupción (breakpoints), y un inspector de jerarquía de vistas para examinar y modificar el árbol de elementos visuales en tiempo real. Estas funciones son soportadas por un servidor gateway que establece la comunicación entre el dispositivo móvil y el navegador del desarrollador.

Features

  • Chrome DevTools Protocols - Provides a debugger for native iOS applications by implementing the Chrome DevTools Protocol.
  • iOS Traffic Inspections - Acts as a gateway server to capture and display HTTP requests from iOS applications for analysis.
  • Local Data Browsers - Provides a read-only browser interface for querying and navigating structured data stored locally on the device.
  • Remote Diagnostic Consoles - Provides a remote diagnostic console for streaming text and object dumps from a running iOS app.
  • iOS Data Persistence Debugging - Enables browsing and examining managed objects and local data entities within a native iOS application through a remote interface.
  • iOS Network Debugging - Analyzes and inspects native iOS application network traffic using Chrome Developer Tools.
  • iOS Remote Data Browsers - Provides a read-only web interface for browsing managed objects and local data entities stored on an iOS device.
  • iOS UI Inspection - Allows viewing and modifying the visual element tree of a native iOS app in real time via a web browser.
  • Remote iOS Logging - Sends text and object dumps from an iOS device to a remote console to examine state without breakpoints.
  • Intercepting Proxies - Routes application traffic through an intercepting proxy to enable network analysis via external developer tools.
  • Network Traffic Inspectors - Proxies application network requests to browser-based developer tools for raw request and response analysis.
  • View Hierarchy Inspectors - Provides a remote browser interface for examining and modifying the visual element tree of a running iOS app.
  • Remote Query Interfaces - Exposes internal database entities to a remote browser by mapping native object contexts to a queryable interface.
  • View Hierarchy Debuggers - Implements a browser-based interface to inspect and modify the visual element tree in real time.
  • Hierarchy Serializers - Transforms the native visual element tree into a serializable format for remote inspection and manipulation.
  • Asynchronous Log Streaming - Provides asynchronous streaming of text and object dumps from the device to a remote console.
  • Remote Logging Utilities - Offers a remote console that receives text and object dumps to examine application properties without pausing execution.
  • Gestión de datos - Network and data stack debugging tool.
  • Debugging Tools - Remote network and data debugging via Chrome.
  • Developer Utilities - Remote debugging tool for iOS apps using Chrome Developer Tools.
  • iOS and macOS Utilities - Remote network and data debugging using Chrome DevTools.
  • Platform Adapters - Remote network and data debugging for iOS apps.
  • Frameworks de pruebas - Remote debugging for network and data via Chrome.

Historial de estrellas

Gráfico del historial de estrellas de square/ponydebuggerGráfico del historial de estrellas de square/ponydebugger

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace square/ponydebugger?

PonyDebugger es una suite de herramientas de depuración específicas para iOS que proporciona interfaces basadas en web para inspección de red, navegación de datos, streaming de logs y análisis de jerarquía de vistas. Permite el examen remoto de una aplicación iOS en ejecución a través de un navegador.

¿Cuáles son las características principales de square/ponydebugger?

Las características principales de square/ponydebugger son: Chrome DevTools Protocols, iOS Traffic Inspections, Local Data Browsers, Remote Diagnostic Consoles, iOS Data Persistence Debugging, iOS Network Debugging, iOS Remote Data Browsers, iOS UI Inspection.

¿Qué alternativas de código abierto existen para square/ponydebugger?

Las alternativas de código abierto para square/ponydebugger incluyen: facebook/stetho — Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time… flipboard/flex — FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated… facebook/chisel — Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of… kasketis/netfox — Netfox is an iOS and macOS network debugging library designed to intercept and monitor HTTP traffic. It functions as… cocoadebug/cocoadebug — CocoaDebug is a debugging framework for iOS that provides a toolkit for inspecting application logs, network traffic,… puppeteer/puppeteer — Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to…

Alternativas open-source a PonyDebugger

Proyectos open-source similares, clasificados según cuántas características comparten con PonyDebugger.
  • facebook/stethoAvatar de facebook

    facebook/stetho

    12,672Ver en GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    Ver en GitHub↗12,672
  • flipboard/flexAvatar de Flipboard

    Flipboard/FLEX

    14,610Ver en GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    Ver en GitHub↗14,610
  • facebook/chiselAvatar de facebook

    facebook/chisel

    9,179Ver en GitHub↗

    Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili

    Python
    Ver en GitHub↗9,179
  • kasketis/netfoxAvatar de kasketis

    kasketis/netfox

    3,754Ver en GitHub↗

    Netfox is an iOS and macOS network debugging library designed to intercept and monitor HTTP traffic. It functions as an in-app HTTP traffic inspector that captures request headers and response bodies for real-time network analysis. The tool provides a network performance monitor to calculate response times and data sizes, as well as a network log exporter for sharing captured request and response data via email. The project covers network analysis capabilities including traffic filtering to exclude specific URLs, request body capture, and a debug interface that can be toggled via programmati

    Swift
    Ver en GitHub↗3,754
  • Ver las 30 alternativas a PonyDebugger→