3 repositorios
Tools for inspecting the state and variables of PHP applications during execution.
Distinct from PHP Application Profilers: Focuses on state inspection and variable debugging specifically for PHP, unlike general performance profilers.
Explore 3 awesome GitHub repositories matching development tools & productivity · PHP Debuggers. Refine with filters or upvote what's useful.
Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a structured foundation for application development, incorporating a dependency injection container to manage object lifecycles and reduce coupling between components. The project includes a remote application debugger that allows for the inspection of internal state and variables from an external environment. It implements a model-view-controller architecture to separate application logic and data from the user interface. This includes a request pipeline for routing and middlewa
Includes a remote debugger to inspect internal application state and variables from an external environment.
This project is a PHP variable export library designed to convert complex data structures and internal memory states into human-readable strings. It functions as a debugging tool that transforms variables and object hierarchies into formatted text for state inspection and troubleshooting. The system prevents output clutter by creating compact string representations of data types and circular references. It employs recursive traversal with depth limiting and circular reference detection to ensure that complex hierarchies are visualized without causing infinite loops. The library covers a broa
Transforms internal variable states and object hierarchies into formatted text to facilitate PHP troubleshooting.
vscode-recipes es una colección de patrones de configuración y guías para configurar depuradores y entornos de ejecución dentro de VS Code. Proporciona plantillas y planos estandarizados para conectar el editor a entornos de ejecución locales, contenedorizados o serverless en una variedad de lenguajes de programación y frameworks. El proyecto se centra en coordinar sesiones de depuración simultáneas a través de procesos del lado del cliente y del lado del servidor para rastrear la lógica a través de aplicaciones full-stack. Ofrece patrones específicos para integrar entornos de ejecución de lenguajes y orquestar configuraciones de desarrollo multilingüe dentro de una única instancia de editor. Las recetas cubren la configuración de depuración de pruebas automatizadas para suites unitarias, de integración y de extremo a extremo. También incluye configuraciones para depurar funciones serverless y gestionar flujos de trabajo de desarrollo para varios lenguajes y herramientas.
Configures the connection between the editor and PHP runtime extensions for state inspection.