Top "Xdebug" questions

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

Can I manually say on xdebug profiler to start profiling in specific place?

I already have enabled xDebug profiling in my XAMPP installation and it works fine. Now I like to ask if …

php profiling xdebug
Launch XDebug in Netbeans on an external request

I'm using Netbeans 6.7 and XDebug to debug a PHP site on my machine, launching the request from within Netbeans (Project-&…

php linux netbeans xdebug netbeans6.7
The xdebug extension is not loaded

I've got xdebug installed fine (showing up in phpinfo()) but I'm trying to get it to work with PHPUnit's code …

php phpunit xdebug loaded
PHP remote debugging: XDebug can't connect to JetBrains php Storm client

i's like to get remote debugging to work with the following software configuration: Win 7 Pro 64bit WAMP Server 2.2 (32bit) incl. …

php apache2 xdebug remote-debugging phpstorm
Will enabling XDebug on a production server make PHP slower?

The title pretty much says it all...is it a bad idea ? I'd like to have the enhanced debug messages …

php performance xdebug production-environment
Xdebug ignores breakpoints

I am currently trying to get Xdebug to work on our development server. As client I am using netbeans and …

php eclipse netbeans xdebug
What's the Difference Between Extension and zend_extension in php.ini?

When I installed Xdebug through pecl, it added the following line to my php.ini file. extension="xdebug.so" and …

php xdebug pecl php-internals
Waiting for the XDebug Session 57% in Eclipse PDT

Browsing the hints when I write this message it seems this is a tough question with all kind of patches, …

xdebug eclipse-pdt
Ubuntu phpstorm : Interpreter is not specified or valid

I am configuring debugger on phpstorm on Ubuntu. I easily could set interpreter's path like C:xampp/php properly on …

php ubuntu phpstorm xdebug jetbrains-ide
phpunit memory_limit parameter does not apply

I've just installed phpunit via pear in a mac osx 10.7 and everything works fine except I got memory limit errors (…

php macos phpunit xdebug memory-limit