Answer the question
In order to leave comments, you need to log in
How to map remote debug scripts in PHPStorm 6.0?
I am using xdebug.
Config:
zend_extension=/usr/lib64/php/modules/xdebug.so
2 xdebug.remote_enable=on
3 xdebug.remote_handler=dbgp
4 xdebug.remote_mode=req
5 xdebug.remote_port=9000
6 xdebug.remote_host=192.168.21.117
7 xdebug.idekey =netbeans-xdebug
8 xdebug.remote_autostart=1
9 xdebug.remote_log=/var/log/xdebug/xdebug_remote.log
Answer the question
In order to leave comments, you need to log in
File > Settings > PHP > Servers
Check that you have mapped the entire project.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question