xdebug doent work with vhost
hi, i configured my xdebugegr with phpstorm, it work fine,
specialy for localhost only
i have vhost like mysite.test that it's not working with
on Settings/Languages & Frameworks/Php/Servers i triend to add mysite.test too
but still not working for debug
any help?

Please sign in to leave a comment.
Please share a screenshot of the Settings | Languages & Frameworks | PHP | Debug, and also enable Xdebug remote log, try to start a debugging session again and then check what's written in the log.
Also, how exactly do you invoke a debugging session, from the browser or?..
my Php.ini config
zend_extension="************\php7.2.25\ext\php_xdebug-2.9.0-7.2-vc15.dll"
xdebug.remote_enable = on
xdebug.remote_handler=dbgp
xdebug.remote_port =9000
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="******p/tmp"
xdebug.show_local_vars=0
xdebug.remote_mode=req
xdebug.remote_log=******\xdebug.log
and debug validation screen
btw i dont know why i have debug protocol is not supported
I have the same problem.
Debug protocol '' is not supported ?