За последние 24 часа нас посетили 68246 программистов и 1644 робота. Сейчас ищут 996 программистов ...

xdebug

Тема в разделе "Прочие вопросы по PHP", создана пользователем wir_wolf, 30 янв 2010.

  1. wir_wolf

    wir_wolf Активный пользователь

    С нами с:
    10 янв 2009
    Сообщения:
    183
    Симпатии:
    0
    Есть некая прога типу PHPEdit 3.5.0 и я в ней не могу настроить xdebug. Скачал модуль с офф сайта...
    в php.ini
    Код (Text):
    1.  
    2. ;zend_extension_ts="C:\Program Files\VertrigoServ\Php\ext\php_xdebug.dll"
    3. ;xdebug.profiler_enable_trigger=on xdebug.profiler_output_dir="./profiler"
    4. ;xdebug.profiler_output_name="cachegrind.out.%t"
    5. ;xdebug.remote_enable = ON
    6. ;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):
    1. The Xdebug listener is stopped. Please enable the Xdebug listener.
    2. Расширение Xdebug не загружено на вашем сервере.
    3. You need to have the php_xdebug.dll extension present in your server's php extensions
    4. directory (usually php\ext).
    5. You can download the latest php_xdebug.dll extension suitable to your php version from
    6. the Xdebug site: http://www.xdebug.org
    7. Once the extension is installed, add the following lines in your php.ini:
    8. zend_extension_ts="c:\Full\Path\To\ext\php_xdebug.dll" xdebug.remote_enable=on
    9. xdebug.profiler_enable_trigger=on xdebug.profiler_output_dir="./profiler"
    10. xdebug.profiler_output_name="cachegrind.out.%t"  Make sure to use an absolute path in
    11. the zend_extension_ts setting.
    12. You should change the xdebug.profiler_output_dir setting to an existing directory on your
    13. server (use an absolute path).
    14. Xdebug отключен на сервере.
    15. Добавте следующие строки в php.ini:
    16. xdebug.remote_enable=on   The debug session could not be started, or wasn't caught by
    17. PHPEdit. Make sure PHPEdit isn't blocked by a firewall, and that the remote server (if
    18. applicable) can access your machine, and retry.
    еще не в одной проге не мог нормально настоит xdebug..
    как быть*?[/code]
     
  2. iliavlad

    iliavlad Активный пользователь

    С нами с:
    24 янв 2009
    Сообщения:
    1.689
    Симпатии:
    4
    убрать точку с запятой ;