Tag

php debugging

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Sep 11, 2023 · Backend Development

Installing and Configuring Xdebug with PhpStorm for PHP Debugging

This guide walks through downloading the Xdebug extension, adding the required php.ini settings, configuring PhpStorm and Chrome helper extensions, using the debugging toolbar, and troubleshooting common issues to enable effective PHP breakpoint debugging.

IDE configurationPhpStormbackend development
0 likes · 5 min read
Installing and Configuring Xdebug with PhpStorm for PHP Debugging
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 6, 2016 · Backend Development

How to Use phpTrace to Debug PHP Function Calls and Parameters

This article introduces phptrace, an open‑source PHP execution tracing tool, explains how to print a PHP process's call stack and perform real‑time tracing, and shows practical use cases for debugging and performance analysis in development and production environments.

PHP-FPMbackend developmentperformance tracing
0 likes · 8 min read
How to Use phpTrace to Debug PHP Function Calls and Parameters