Answer the question
In order to leave comments, you need to log in
How to set up xdebug for PhpStorm correctly?
Based on today's article, I decided to test the mentioned IDE more tightly. Need debug, where without it. The trouble is that it does not want to start when debugging php scripts. Or I don't know how to cook it.
1. xdebug settings
zend_extension=/usr/lib/php5/20060613/xdebug.so
xdebug.remote_enable=true
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9102
xdebug.remote_host=192.168.56.1
xdebug.idekey=netbeans-xdebug
xdebug. remote_autostart=1
xdebug.remote_log=/var/log/apache2/xdebug_remote.log
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question