awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/fbretaincycledetectorAvatar von facebook

    facebook/FBRetainCycleDetector

    4,233Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,233
  • zai-org/glm-4.5Avatar von zai-org

    zai-org/GLM-4.5

    4,210Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,210
  • kconner/kmcgeigercounterAvatar von kconner

    kconner/KMCGeigerCounter

    2,249Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,249
  • facebook/fballocationtrackerAvatar von facebook

    facebook/FBAllocationTracker

    1,090Auf GitHub ansehen↗

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

    Track object allocation and memory usage.

    Objective-C++
    Auf GitHub ansehen↗1,090
  • adad184/mmplaceholderAvatar von adad184

    adad184/MMPlaceHolder

    979Auf GitHub ansehen↗

    MMPlaceHolder

    Visualize view positions and parameters with minimal code.

    Objective-C
    Auf GitHub ansehen↗979
  • daisuke0131/viewmonitorAvatar von daisuke0131

    daisuke0131/ViewMonitor

    721Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗721
  • mindsnacks/msleakhunterAvatar von mindsnacks

    mindsnacks/MSLeakHunter

    360Auf GitHub ansehen↗

    MSLeakHunter

    Automatically detect memory leaks in view controllers and views.

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

Unter-Tags erkunden

  • 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.