M
M
Maxim Martirosov2015-10-09 20:04:31
Denver
Maxim Martirosov, 2015-10-09 20:04:31

Setting up PHPStorm 9.0.2 + Denwer + XDebug?

Guys, help with setting up a bunch of phpstorm + denwer + xdebug. I've been struggling with this for a few days, nothing comes out. Who has already set up on Windows 7?
Info from xDebug configurator:

  • 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"

Screenshots of the settings
edb731ae5c594b1ea4752fa4320b90a8.png24f72be741b242fd9eff6d5635834927.png03bde33b9c1541498daf9d9aba7689a3.png
I put it on, turn on the wiretap, set the breakpoints and nothing happens.
If you click on the "beetle", then my site opens with a URL like /?XDEBUG_SESSION_START=14835 and in the IDE Waiting for incoming connection with ide key 14835, and so on ad infinitum.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Petrov, 2015-10-09
@EvgenZZ

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"

M
Michael, 2015-10-09
@scherbuk

and what, the eternal trial has already come out?)
sorry, I could not resist

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question