php - xdebug instantly timeouts, though host IDE is listening -



php - xdebug instantly timeouts, though host IDE is listening -

trying debug remotely on openvpn, php 5.3.3, selinux disabled, local win firewall disabled.

here snippet xdebug debugging log:

log opened @ 2014-10-14 20:35:03 i: checking remote connect address. i: remote address found, connecting 10.113.255.38:9000. e: time-out connecting client. :-( log closed @ 2014-10-14 20:35:04 ^c

and right after this:

[root@mn httpd]# telnet 10.113.255.38 9000 trying 10.113.255.38... connected 10.113.255.38. escape character '^]'.

so ide(phpcharm) listening external connections. here xdebug.ini:

class="lang-html prettyprint-override">zend_extension='/usr/lib64/php/modules/xdebug.so' ;xdebug.remote_host=10.113.255.38 xdebug.remote_connect_back=1 xdebug.remote_log=/tmp/xdebug-debug.log xdebug.remote_port=9000 xdebug.max_nesting_level=200 xdebug.remote_enable=1 xdebug.idekey='pp' xdebug.remote_autostart=1

what might problem? hints highly appreciated.

php timeout xdebug

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -