Top "Xdebug" questions

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

PHPStorm + XDebug Setup Walkthrough

Up until recently, I've been writing code in PHP (via Notepad++) and debugging by checking the logs in IIS (gotta …

xdebug phpstorm
XDebug and RESTful server using PHPStorm or POSTman

How can I get a REST client (such as the one built into PHPStorm or POSTman) to work with XDebug? …

rest xdebug phpstorm
Xdebug for remote server not connecting

I want a team using different computers to be able to debug PHP on a remote server, but I am …

php netbeans xdebug
PHP Xdebug on OS X 10.9 Mavericks

I'm having issues setting up my PHP development environment on OS X after installing OS X 10.9 Mavericks. Here is the …

php xdebug osx-mavericks
How to debug 500 Error in Symfony 2

I am struggling with Symfony 2 error reporting because I can't find out what really is happing when a 500 Error is …

symfony xdebug
How to debug PHP with netbeans and Xdebug

I have recently tried to get going with Netbeans 6.5 after it rated so highly in the IDE review by Smashing …

php debugging netbeans xdebug
Is it possible to use xdebug on Ubuntu?

I am trying to debug some PHP code and wanted to download the XDebug debugger for PHP. All I see …

php ubuntu xdebug
Can't install xdebug on Mac with Homebrew

I'm kind of new to using Homebrew, but I love it. It's so easy. I'm trying install Xdebug. Some of …

xdebug homebrew
How to configure xdebug with WAMP

I am using wamp 2.0 and trying to install XDebug extension for php. I have followed all steps written here http://…

wamp xdebug
Remote debugging with XDebug and PHPStorm

First things first: Server is an Apache running on Debian in a VMPlayer Host is Windows 7 Debugging-Server is XDebug Files …

xdebug phpstorm