Top "Xdebug" questions

Xdebug is a PHP extension with developing aids, a profiler, an interactive debugging, and a code coverage information gatherer.

PhpStorm is not receiving xdebug connections : PhpStorm event log : Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'

I configured everything for PhpStorm and xdebug to work, I'm running Ubuntu 14.04. the connection back to the IDE is not …

php phpstorm xdebug
PHP on Windows with XAMPP running 100 times too slow

PHP runs so slowly on my Windows desktop that phpMyAdmin takes minutes to open a database. Here’s a comparison …

php windows xampp xdebug
Error running script.php: Port 9000 is busy

I set php.ini and Debug config in phpstorm. Trying to debug php script outputs in phpstorm Event log with: "…

php linux port xdebug phpstorm
How can I get XDebug to run with PHPUnit on the CLI?

I've tried running the following CLI command: phpunit -d xdebug.profiler_enable=on XYZTestCase.php but it just runs as …

php phpunit command-line-interface xdebug
Xdebug Error: "Failed loading xdebug.so: xdebug.so: cannot open shared object file: No such file or directory"

I recently installed xdebug on my server but restricted it's use to our test site, which uses it's own php.…

php apache debugging xdebug php-ini
Xdebug stopped working, where do I look for errors?

I installed Xdebug and all was fine, until suddenly it stopped working. phpinfo() gives a nice XDebug output with all …

php ubuntu response xdebug
PHP7 CLI attempts to load xdebug twice - "Cannot load Xdebug - it was already loaded"

After upgrading Ubuntu from 14.04 to 16.04, PHP CLI started complaining about xdebug: $ php -v Cannot load Xdebug - it was already …

php xdebug php-7
Xdebug for Php 5.6 on Ubuntu 16.04

Is There is a way to install Xdebug for Php5 on Ubuntu 16.04? I've tried to install it the same way …

php xdebug ubuntu-16.04
Settings up xdebug on MAMP PRO

I am trying to set up xdebug on mamp pro with no success. I searched all over the internet, nothing …

mamp xdebug
phpunit -coverage-html report path

I have tried to execute phpunit with xdebug for code coverage as below, C:\wamp\bin\php\php5.3.22>phpunit …

unit-testing phpunit xdebug xdebug-profiler