awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesFramework Debugging Toolbars

Browser-integrated toolbars for monitoring framework-specific performance and state.

Distinct from State Debugging Tools: Distinct from general state debugging: focuses on the toolbar UI implementation for framework observability.

Explore 7 awesome GitHub repositories matching development tools & productivity · Framework Debugging Toolbars. Refine with filters or upvote what's useful.

Awesome Framework Debugging Toolbars GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • barryvdh/laravel-debugbarbarryvdh का अवतार

    barryvdh/laravel-debugbar

    19,242GitHub पर देखें↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    Implements a browser-integrated toolbar for monitoring framework-specific performance and state.

    PHP
    GitHub पर देखें↗19,242
  • fruitcake/laravel-debugbarfruitcake का अवतार

    fruitcake/laravel-debugbar

    19,243GitHub पर देखें↗

    Laravel Debugbar is a diagnostic utility and development toolbar designed for the Laravel framework. It functions as an application profiler that monitors runtime performance, memory usage, and database queries to assist in identifying bottlenecks during the development process. The tool integrates directly into the browser, providing a visual interface that displays request data, application state, and performance metrics. By utilizing a collector-based architecture, it aggregates information from various internal framework events and middleware, allowing developers to inspect the applicatio

    Integrates a browser-based debugging toolbar for monitoring framework performance and request data.

    PHPdebugbardeveloper-toolhacktoberfest
    GitHub पर देखें↗19,243
  • django-commons/django-debug-toolbardjango-commons का अवतार

    django-commons/django-debug-toolbar

    8,373GitHub पर देखें↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Provides a browser-integrated toolbar for monitoring framework-specific performance and state within Django.

    Python
    GitHub पर देखें↗8,373
  • itsgoingd/clockworkitsgoingd का अवतार

    itsgoingd/clockwork

    5,941GitHub पर देखें↗

    Clockwork is a PHP development debugging tool that collects and displays runtime data from server-side middleware in a browser-based interface. It captures request details, performance metrics, logs, database queries, and stack traces for HTTP requests, commands, queue jobs, and tests without requiring modifications to application code. The tool provides a client-side rendered toolbar and full web interface for inspecting collected data, including a searchable performance timeline viewer, an HTTP request monitor with timing and response details, and inline variable logging helpers that return

    Provides a client-side rendered toolbar showing request information and linking to the full debug interface.

    PHP
    GitHub पर देखें↗5,941
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Shows a toolbar with benchmarks, queries, and request data for at-a-glance performance and debugging insight.

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • doctrine/doctrinebundledoctrine का अवतार

    doctrine/DoctrineBundle

    4,835GitHub पर देखें↗

    DoctrineBundle is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database Abstraction Layer. It provides the fundamental tools required to map application objects to relational database tables and execute raw queries through a consistent programmatic interface. The project includes a database schema manager with command-line tools for synchronizing database structures with entity mappings and executing migrations. It also provides a database query debugger and activity debugging tools to track performance and execution details via a web-based inter

    Provides a browser-integrated toolbar for monitoring database query performance and execution details.

    PHPbundledoctrinesymfony
    GitHub पर देखें↗4,835
  • php-debugbar/php-debugbarphp-debugbar का अवतार

    php-debugbar/php-debugbar

    4,388GitHub पर देखें↗

    This project is a PHP debugging toolbar and runtime inspector that provides a browser-based interface for monitoring system metrics, memory usage, and execution time during web development. It functions as an application performance monitor and diagnostic tool, capturing real-time data and application state to visualize the PHP execution lifecycle. The tool distinguishes itself through its ability to persist debug data across multiple requests, allowing for request history tracking and the archival of previous sessions. It supports the inspection of AJAX requests and manages data persistence

    Ships a browser-integrated toolbar that captures and displays real-time PHP application metrics, memory usage, and execution time.

    PHP
    GitHub पर देखें↗4,388
  1. Home
  2. Development Tools & Productivity
  3. State Debugging Tools
  4. Framework Debugging Toolbars