E
E
Evgeny Ilin2013-03-29 16:08:03
PHP
Evgeny Ilin, 2013-03-29 16:08:03

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

If you request scripts through the web face, the mapping storm requests itself.
Only the day before yesterday, somehow, through the right key, I managed to set up mapping on the break ( according to the manual ), only he requested the path on the remote server himself at the start of the debug, today again nothing is mapped, the debug itself occurs in a hidden mode, without going through the code, shows only variables, watch works. And most importantly, there is no option in edit, there is no propertis for breaking.
What is the treatment?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Zhurbitsky, 2013-03-29
@blo

File > Settings > PHP > Servers
Check that you have mapped the entire project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question