Top "Xdebug" questions

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

Xdebug unable to connect to client, where do I start debugging the debugger?

I'm setting up xdebug for php within sublime text, and xdebug keeps on logging errors related to being unable to …

php sublimetext3 xdebug sublime-text-plugin
What is causing the message "Failed loading /usr/lib/php/modules/xdebug.so" ("No such file or directory")?

When I run php --version (on CentOS release 6.4), I get: # php --version Failed loading /usr/lib/php/modules/xdebug.so: /…

php xdebug ini
What is "<Cycle 1>" an indication of in Xdebug?

I have an xdebug profile on a php script that I parsed with kcachegrind. Here is a screenshot showing that …

profiling xdebug kcachegrind
How to debug PHP application using Eclipse PDT (xdebug and zend debugger)

I'm working on one application. I am using Eclipse php Helios IDE for developing php application. I wanted to know …

php eclipse xdebug zend-debugger
PHPStorm Xdebug always breaks on first line

I've setup Xdebug with the following configuration: [xdebug] zend_extension="/usr/local/Cellar/php55-xdebug/2.2.5/xdebug.so" xdebug.remote_enable= "…

php phpstorm breakpoints xdebug
Debugging Codeception tests with Xdebug

I wrote some API tests with Codeception's ApiGuy. Now I want to set breakpoints in my PhpStorm 7 for tests debugging, …

php testing xdebug codeception
Is there a way to disable xdebug's var_dump temporarily?

I want to use Zend_Debug::dump, to keep some variables in the log, but since I have xdebug installed, …

zend-framework xdebug zend-log
debugging laravel artisan from PHPStorm with homestead

I setup Laravel Homestead. I then configured both homestead xdebug.ini and PHPStorm to make the debugging work. Here is …

laravel vagrant xdebug laravel-routing homestead
Prevent xdebug to break at first line of index file

I have xdebug setup with Eclipse PDT. Every time I start a debug session, Eclipse breaks at the first line …

php eclipse xdebug break eclipse-pdt
PHP parser for cachegrind files?

Is there such a thing? I'm on windows and using the WinCacheGrind app and it doesn't seem to work with …

php windows xdebug kcachegrind