awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/fbretaincycledetectorAvatar de facebook

    facebook/FBRetainCycleDetector

    4,233Voir sur GitHub↗

    FBRetainCycleDetector est un outil de profilage de mémoire runtime et un analyseur pour les applications iOS. Il identifie les références circulaires et les cycles de rétention au sein du graphe d'objets Objective-C pour prévenir les fuites de mémoire. L'outil analyse le tas de mémoire en direct et inspecte les métadonnées runtime pour découvrir les relations entre les objets. Il identifie les chaînes de référence en boucle fermée, y compris celles impliquant des objets associés et des minuteurs, et utilise une logique personnalisée pour filtrer les cycles connus comme sûrs des rapports. Le projet couvre des capacités de gestion de la mémoire incluant le suivi des allocations par nom de classe, l'analyse du graphe d'objets runtime et le parcours du tas pour mapper la connectivité entre les objets.

    Detect retain cycles using runtime analysis.

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

    zai-org/GLM-4.5

    4,210Voir sur 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
    Voir sur GitHub↗4,210
  • kconner/kmcgeigercounterAvatar de kconner

    kconner/KMCGeigerCounter

    2,249Voir sur 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
    Voir sur GitHub↗2,249
  • facebook/fballocationtrackerAvatar de facebook

    facebook/FBAllocationTracker

    1,090Voir sur GitHub↗

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

    Track object allocation and memory usage.

    Objective-C++
    Voir sur GitHub↗1,090
  • adad184/mmplaceholderAvatar de adad184

    adad184/MMPlaceHolder

    979Voir sur GitHub↗

    MMPlaceHolder

    Visualize view positions and parameters with minimal code.

    Objective-C
    Voir sur GitHub↗979
  • daisuke0131/viewmonitorAvatar de daisuke0131

    daisuke0131/ViewMonitor

    721Voir sur 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
    Voir sur GitHub↗721
  • mindsnacks/msleakhunterAvatar de mindsnacks

    mindsnacks/MSLeakHunter

    360Voir sur GitHub↗

    MSLeakHunter

    Automatically detect memory leaks in view controllers and views.

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

Explorer les sous-tags

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