Xdebug is a PHP extension with developing aids, a profiler, an interactive debugging, and a code coverage information gatherer.
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-pluginWhen I run php --version (on CentOS release 6.4), I get: # php --version Failed loading /usr/lib/php/modules/xdebug.so: /…
php xdebug iniI have an xdebug profile on a php script that I parsed with kcachegrind. Here is a screenshot showing that …
profiling xdebug kcachegrindI'm working on one application. I am using Eclipse php Helios IDE for developing php application. I wanted to know …
php eclipse xdebug zend-debuggerI'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 xdebugI wrote some API tests with Codeception's ApiGuy. Now I want to set breakpoints in my PhpStorm 7 for tests debugging, …
php testing xdebug codeceptionI want to use Zend_Debug::dump, to keep some variables in the log, but since I have xdebug installed, …
zend-framework xdebug zend-logI setup Laravel Homestead. I then configured both homestead xdebug.ini and PHPStorm to make the debugging work. Here is …
laravel vagrant xdebug laravel-routing homesteadI have xdebug setup with Eclipse PDT. Every time I start a debug session, Eclipse breaks at the first line …
php eclipse xdebug break eclipse-pdtIs 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