Xdebug is a PHP extension with developing aids, a profiler, an interactive debugging, and a code coverage information gatherer.
I'm trying to find a GUI to parse and view Xdebug trace files. Although you can make them human readable, …
php user-interface trace xdebugI'm trying to use XDebug in the following scenario Physical Host on Windows 7, with Netbeans 7.1.1 Virtual guest on Ubuntu, with …
php debugging netbeans xdebug remote-debuggingI haven't quite figured this out. EVERY piece of documentation I've found covers how to use xdebug to debug scripts …
cakephp xdebug phpXdebug is loaded, but not loaded as a zend extension. What does it mean? How to resolve this problem?
php xdebugThe administrator has installed Xdebug 2.1.1 in our shared PHP 5.3.0 server in order to use its debugger. Now, I can hardly …
php xdebug mod-phpI'm trying to setup Xdebug because I'm tired of using echoes and var_dumps. I'm using Atom as my IDE …
xdebug atom-editor homesteadI cannot get XDebug to work with PhpStorm and Vagrant on a Windows 7 machine. I've already followed every tutorial on …
xdebug phpstorm vagrant