Top "Xdebug" questions

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

XDebug not loading on Windows 7 64 bit PHP 5.4

I have php running on apache. I have downloaded what I think to be the correct xdebug compiled dll for …

php xdebug
Remote debugging won't stop at breakpoints

I'm having a problem with xdebug not stopping at breakpoints when using remote debugging (everything is fine when running scripts …

php debugging xdebug
enabling xdebug remote debug makes apache server very slow

If I enable xdebug by settting xdebug.remote_enable=1, the apache server becomes very slow; once I change the setting …

xdebug phpstorm
eclipse xdebug session never completes

I am trying to get xdebug working with eclipse (3.5) / php (on xampp windows 7). I have verified xdebug is enabled in …

php eclipse xampp xdebug
xdebug won't stop at breakpoint

I spend some hours to set up my IDE to debug PHP with eclipse and xdebug.. Everything is ok except …

php eclipse xdebug
PhpStorm debugger not stopping at BreakPoints; keeps waiting for xdebug _SESSION_

Updated question : PhpStorm | WebMatrix (IISExpress) | Xdebug.remote_port | — Which Port(s) to put where? I'm running localhost web server on …

php xdebug phpstorm
PHP composer xdebug warning

New to PHP. Working on a PHP project and have xdebug enabled to be able to debug my php applications. …

php composer-php xdebug
Installing xdebug with PHP 5.5

I've read quite a lot answers but couldn't figure out why xdebug doesn't work. php.ini: [xdebug] zend_extension="/usr/…

php xdebug
phpize won't work on Mac OS X Lion

I try to install xdebug but I get the follow error message about 'phpize'. How can I fix this thing? …

php macos xdebug pecl
How to stop xdebug from stopping on first line with PhpStorm?

I'm having this weird problem. All my settings used to work OK, until I updated my version of PHP. I …

php debugging xdebug phpstorm