Ребята, помогите с настройкой связки phpstorm + denwer + xdebug. Бьюсь с этим уже несколько дней ничего не выходит. Кто уже настраивал у себя на винде 7?
Инфа из конфигуратора xDebug:
- Xdebug installed: 2.2.0
- Server API: Apache 2.0 Handler
- Windows: yes - Compiler: MS VC9 - Architecture: x86
- Zend Server: no
- PHP Version: 5.3.13
- Zend API nr: 220090626
- PHP API nr: 20090626
- Debug Build: no
- Thread Safe Build: yes
- Configuration File Path: C:\Windows
- Configuration File: X:\usr\local\php5\php.ini
- Extensions directory: C:\WebServers\usr\local\php5\ext
PHP.ini
[xdebug]
zend_extension="X:\usr\local\php5\ext\php_xdebug-2.2.0-5.3-vc9.dll"
xdebug.remote_enable = 1
xdebug.idekey = "PHPSTORM"
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir="X:\tmp"
xdebug.profiler_output_name = "cachegrind.out.%u"
xdebug.remote_autostart = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9001
xdebug.trace_output_dir = "X:\tmp"
Скрины настроек
Расставляю включаю прослушку, расставляю брекпоинты и ничего не происходит.
Если нажать на "жука", то открывается мой сайт с урл ввиде /?XDEBUG_SESSION_START=14835 а в IDE Waiting for incoming connection with ide key 14835, и так до бесконечности.