kalbac
@kalbac
Wordpress Developer Full-Stack

Настройка PHPStorm 9.0.2 + Denwer + XDebug?

Ребята, помогите с настройкой связки 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"


Скрины настроек
edb731ae5c594b1ea4752fa4320b90a8.png24f72be741b242fd9eff6d5635834927.png03bde33b9c1541498daf9d9aba7689a3.png

Расставляю включаю прослушку, расставляю брекпоинты и ничего не происходит.
Если нажать на "жука", то открывается мой сайт с урл ввиде /?XDEBUG_SESSION_START=14835 а в IDE Waiting for incoming connection with ide key 14835, и так до бесконечности.
  • Вопрос задан
  • 1930 просмотров
Пригласить эксперта
Ответы на вопрос 2
@EvgenZZ
php, javascript developer
zend_extension = "D:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "D:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_port=9000
;xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "D:\xampp\tmp"
Ответ написан
scherbuk
@scherbuk
а что, вечная триалка уже вышла?)
извините, не смог удержаться
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы