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
·

7 repositorios

Awesome GitHub RepositoriesUI Debugging Tools

Tools for inspecting, measuring, and monitoring visual elements and performance.

Explore 7 awesome GitHub repositories matching part of an awesome list · UI Debugging Tools. Refine with filters or upvote what's useful.

Awesome UI Debugging Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/fbretaincycledetectorAvatar de facebook

    facebook/FBRetainCycleDetector

    4,233Ver en GitHub↗

    FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular references and retain cycles within the Objective-C object graph to prevent memory leaks. The tool analyzes the live memory heap and inspects runtime metadata to discover object relationships. It identifies closed-loop reference chains, including those involving associated objects and timers, and uses custom logic to filter out known safe cycles from reports. The project covers memory management capabilities including allocation tracking by class name, runtime object graph analy

    Detect retain cycles using runtime analysis.

    Objective-C++
    Ver en GitHub↗4,233
  • zai-org/glm-4.5Avatar de zai-org

    zai-org/GLM-4.5

    4,210Ver en GitHub↗

    GLM-4.5 is a multimodal large language model and advanced reasoning system. It functions as an AI coding assistant, an autonomous AI agent, and a multimodal content generator capable of processing and generating text, images, audio, and video within a single unified system. The project is distinguished by its deep reasoning capabilities, utilizing chain-of-thought processing to solve complex mathematical, logical, and technical problems. It features an agentic architecture that allows for autonomous task execution, long-horizon goal planning, and the ability to interact with external tools an

    Analyzes screenshots to identify layout discrepancies and generates code to fix UI bugs.

    Pythonagentglmllm
    Ver en GitHub↗4,210
  • kconner/kmcgeigercounterAvatar de kconner

    kconner/KMCGeigerCounter

    2,249Ver en GitHub↗

    This tool is a framerate meter that clicks like a Geiger counter when your animation drops a frame.

    Monitor frame rates to detect performance drops.

    Objective-C
    Ver en GitHub↗2,249
  • facebook/fballocationtrackerAvatar de facebook

    facebook/FBAllocationTracker

    1,090Ver en GitHub↗

    An iOS library for introspecting Objective-C objects that are currently alive.

    Track object allocation and memory usage.

    Objective-C++
    Ver en GitHub↗1,090
  • adad184/mmplaceholderAvatar de adad184

    adad184/MMPlaceHolder

    979Ver en GitHub↗

    MMPlaceHolder

    Visualize view positions and parameters with minimal code.

    Objective-C
    Ver en GitHub↗979
  • daisuke0131/viewmonitorAvatar de daisuke0131

    daisuke0131/ViewMonitor

    721Ver en GitHub↗

    ViewMonitor can measure view positions with accuracy. This library is to check design sheet from native app. behave like this.

    Measure view coordinates, width, and height during runtime.

    Swift
    Ver en GitHub↗721
  • mindsnacks/msleakhunterAvatar de mindsnacks

    mindsnacks/MSLeakHunter

    360Ver en GitHub↗

    MSLeakHunter

    Automatically detect memory leaks in view controllers and views.

    Objective-C
    Ver en GitHub↗360
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. UI Debugging Tools

Explorar subetiquetas

  • Visual Regression DebuggingUsing AI to analyze screenshots and identify layout discrepancies or UI bugs within a codebase. **Distinct from UI Debugging Tools:** Distinct from UI Debugging Tools: specifically uses visual analysis of screenshots to find and fix bugs rather than general inspection.