На сайте xdebug.org/wizard.php вставил в форму весь результат вывода функции phpinfo() (из браузра а не html) и получил рекомендацию:
Download xdebug-2.3.2.tgz Unpack the downloaded file with tar -xvzf xdebug-2.3.2.tgz Run: cd xdebug-2.3.2 Run: phpize (See the FAQ if you don’t have phpize. As part of its output it should show: Configuring for: … Zend Module Api No: 20121212 Zend Extension Api No: 220121212 If it does not, you are using the wrong phpize. Please follow this FAQ entry and skip the next step. Run: ./configure Run: make Run: cp modules/xdebug.so /usr/lib/php5/20121212 Edit /etc/php5/apache2/php.ini and add the line zend_extension = /usr/lib/php5/20121212/xdebug.so Restart the webserverВзято из http://codemotion.ru/debugging-code-in-php-693.html :После строки с zend_extensionв php.ini дописываем :[xdebug]zend_extension="\usr\local\php5\ext\php_xdebug-2.2.0-5.3-vc9.dll"xdebug.default_enable = Onxdebug.profiler_enable = Off ;Offxdebug.profiler_enable_trigger = Onxdebug.profiler_output_dir = "/tmp/xdebug"xdebug.profiler_append = Onxdebug.profiler_output_name = "xdebug.out.%t.%s"xdebug.auto_trace = Offxdebug.trace_format = Offxdebug.collect_params = 1xdebug.collect_return = 1xdebug.collect_includes = 1xdebug.trace_options = 1xdebug.trace_output_dir = "/tmp/xdebug/trace"и у меня НЕ заработало.отключил расширение opcache.so