Hello All! I have tested plain php cli script with xdebug and it' worked perfectly but I can't get work my agi script with xdebug. please give me some help
my xdebug config: zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so xdebug.remote_enable=On xdebug.remote_autostart=On xdebug.remote_mode=req xdebug.remote_host=10.10.32.11 xdebug.remote_connect_back=1 xdebug.remote_port=9000 xdebug.remote_handler="dbgp" xdebug.idekey=PHPSTORM-XDEBUG
Log in to post a comment.
Hello All!
I have tested plain php cli script with xdebug and it' worked perfectly
but I can't get work my agi script with xdebug. please give me some help
my xdebug config:
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=On
xdebug.remote_autostart=On
xdebug.remote_mode=req
xdebug.remote_host=10.10.32.11
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
xdebug.idekey=PHPSTORM-XDEBUG