Есть некая прога типу PHPEdit 3.5.0 и я в ней не могу настроить xdebug. Скачал модуль с офф сайта... в php.ini Код (Text): ;zend_extension_ts="C:\Program Files\VertrigoServ\Php\ext\php_xdebug.dll" ;xdebug.profiler_enable_trigger=on xdebug.profiler_output_dir="./profiler" ;xdebug.profiler_output_name="cachegrind.out.%t" ;xdebug.remote_enable = ON ;xdebug.profiler_output_dir = "C:\Program Files\VertrigoServ\www\" в phpinfo() написано что все есть.... "This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies" но когда в проге включаю дебагер... вижу такой интересный текст.. Код (Text): The Xdebug listener is stopped. Please enable the Xdebug listener. Расширение Xdebug не загружено на вашем сервере. You need to have the php_xdebug.dll extension present in your server's php extensions directory (usually php\ext). You can download the latest php_xdebug.dll extension suitable to your php version from the Xdebug site: http://www.xdebug.org Once the extension is installed, add the following lines in your php.ini: zend_extension_ts="c:\Full\Path\To\ext\php_xdebug.dll" xdebug.remote_enable=on xdebug.profiler_enable_trigger=on xdebug.profiler_output_dir="./profiler" xdebug.profiler_output_name="cachegrind.out.%t" Make sure to use an absolute path in the zend_extension_ts setting. You should change the xdebug.profiler_output_dir setting to an existing directory on your server (use an absolute path). Xdebug отключен на сервере. Добавте следующие строки в php.ini: xdebug.remote_enable=on The debug session could not be started, or wasn't caught by PHPEdit. Make sure PHPEdit isn't blocked by a firewall, and that the remote server (if applicable) can access your machine, and retry. еще не в одной проге не мог нормально настоит xdebug.. как быть*?[/code]