validate remote environment: debug protocol 'null'
Hello I am trying to configurate debug in phpstorm in the guide in jetbrains. I am in validate remote environment step and with a message "Debug protocol 'null' is not supported" the message is clear, fine but what is it ?
Attachment(s):
debugprotocol.PNG
请先登录再写评论。
Please change the line (xdebug_remote_handler) in the php.in to this: xdebug.remote_handler=dbgp
I get the same issue and adding this directive to the appropriate .ini file does nothing to alleviate it.


My system is ubuntu linux server (14.04), php 5.5.9, xdebug 2.3.3,
Any ideas?
1) Please provide top table + xdebug section of phpinfo() output -- make sure it's captured via same way you planning ot use it (i.e. if you going to use it for debugging vi abrowser then get such output via browser)
2) Make sure that you edit right php.ini -- on some systems there are 2 php.ini files -- one for CLI and one that used by Apache.
Thanks for the reply, I didn't see it until today...when I ran into this same problem.

Both of my php.ini are identical to one another.