Top "Xdebug" questions

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

Xdebug trace GUI?

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 xdebug
XDebug with Aptana Studio 3

I would like to know how i can get XDebug work with Aptana Studio 3 (I already have Aptana Studio 3 on …

php aptana xdebug aptana3
Remote PHP Debugging with Netbeans and XDebug

I'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-debugging
How can I debug a PHP CLI script with xdebug?

I haven't quite figured this out. EVERY piece of documentation I've found covers how to use xdebug to debug scripts …

cakephp xdebug php
How to setup XDebug for PHP7 on Mac?

I've installed PHP 7 on my mac using Homebrew i.e. $ brew install php70 Also I want to have the the …

macos homebrew xdebug php-7
What does "XDEBUG NOT LOADED AS ZEND EXTENSION" warning means?

Xdebug is loaded, but not loaded as a zend extension. What does it mean? How to resolve this problem?

php xdebug
Debugging IDE's port connection to XDebug: "Waiting to Connect"

Preamble Like many, I've spent more hours debugging my IDE’s connection to XDebug than I have using XDebug to …

php netbeans ide xdebug netstat
Disable HTML stack traces by Xdebug

The 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-php
Atom + Xdebug setup

I'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 homestead
Cannot debug with PhpStorm + Vagrant + XDebug

I cannot get XDebug to work with PhpStorm and Vagrant on a Windows 7 machine. I've already followed every tutorial on …

xdebug phpstorm vagrant