Note that there are some explanatory texts on larger screens.

plurals
  1. POxDebug session never starts
    primarykey
    data
    text
    <p>I've just change my OS to Windows 7 64. I have Apache 2.2, PHP 5.3 (32bit) TS and Eclipse 3.7 (64bit) with PDT installed on my machine.</p> <p>xDebug section in my php.ini</p> <pre><code>zend_extension = "C:\Program Files (x86)\PHP\ext\php_xdebug-2.1.4-5.3-vc9.dll" xdebug.auto_trace = 0 xdebug.collect_includes = 1 xdebug.collect_params = 0 xdebug.collect_return = 0 xdebug.default_enable = 1 xdebug.extended_info = 1 xdebug.idekey = "STATION24$" xdebug.max_nesting_level = 100 xdebug.profiler_append = 0 xdebug.profiler_enable = 0 xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = "C:\WINDOWS\temp" xdebug.profiler_output_name = "xdebug_profile.%p" xdebug.remote_autostart = 0 xdebug.remote_enable = 1 xdebug.remote_handler = "dbgp" xdebug.remote_host = "localhost" xdebug.remote_log = 1 xdebug.remote_mode = "req" xdebug.remote_port = 9001 xdebug.show_exception_trace = 0 xdebug.show_local_vars = 0 xdebug.show_mem_delta = 1 xdebug.trace_format = 0 xdebug.trace_output_dir = "C:\WINDOWS\Temp" xdebug.trace_output_name = "trace.%c" xdebug.var_display_max_depth = 5 </code></pre> <p>In Eclipse I've configured PHP->Debug section as shown on images:</p> <p><img src="https://i.stack.imgur.com/i20UX.png" alt="enter image description here"> <img src="https://i.stack.imgur.com/weAbe.png" alt="enter image description here"> <img src="https://i.stack.imgur.com/ORbgk.png" alt="enter image description here"></p> <p>And now, when I try to launch debug, Eclipse freeze at starting debug session.</p> <p><img src="https://i.stack.imgur.com/M25qR.png" alt="enter image description here"></p> <p>So, I'd read about this problem in past, people say this is because some application use xDebug port (in my case 9001), but I've checked, no other use this port, only xDebug do. My firewall disabled, so no one application can block connection to xDebug. And one thing - "debug as CLI application" works well, only "debug as Web application" does not work.</p> <p>I don't know what to do, please help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload