3 repository-uri
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 este o colecție de modele de configurare și ghiduri pentru configurarea debuggerelor și a mediilor de runtime în VS Code. Oferă șabloane și planuri standardizate pentru a conecta editorul la runtime-uri locale, containerizate sau serverless, pe o varietate de limbaje de programare și framework-uri. Proiectul se concentrează pe coordonarea sesiunilor de depanare simultane între procesele client-side și server-side pentru a urmări logica prin aplicații full-stack. Oferă modele specifice pentru integrarea runtime-urilor de limbaj și orchestrarea configurărilor de dezvoltare multi-limbaj într-o singură instanță de editor. Rețetele acoperă configurarea depanării testelor automate pentru suite unitare, de integrare și end-to-end. Include, de asemenea, configurări pentru depanarea funcțiilor serverless și gestionarea fluxurilor de lucru de dezvoltare pentru diverse limbaje și instrumente.
Configures the connection between the editor and PHP runtime extensions for state inspection.