php - xDebug Remote-Debugging Session does not start -


i have following problem. want use xdebug debugging in phpstorm. want via remote-debugging. xdebug-session not trigger.

i installed browser xdebug-helper-plugin , selected php-storm. activated plugin web-application want debug (the address of application want debug "gm01.powty.com/acc3_dev/" in case).

in phpstorm configured server this: picture of server configuration in phpstorm

then activated listener in phpstorm (the green phone).

i checked ip on work-pc "ipconfig" configuration on server later (the ip 10.50.21.224 in case).

i executed "netstat -a" check if state of "0.0.0.0:9000" in "listening"-state.

then configured apache-server of course. downloaded correct xdebug.dll using phpinfo() of server. added following lines php.ini on server: php.ini on server

then restarted server make configuration active. checked via phpinfo().

by when enter address of webapplication in browser, debug-session not start. not know why, because configuration seems correct.

i added "xdebug.remote_log"-line php.ini later. when enter address of webapplication in browser following added log-file:

log opened @ 2017-07-25 12:41:33 i: connecting configured address/port: 10.50.21.224:9000. e: time-out connecting client. :-( log closed @ 2017-07-25 12:41:33 

what reason of problem. firewall-problem? prevent debug-session starting?


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -