我在过去的3天里一直在尝试让Xdebug工作,但不知何故它不起作用
这是我在php.ini
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"
我还在PhpStorm中设置了localhost
Interpreter
也已设置,并显示已安装的Xdebug
版本
但是当我调试任何应用程序时,它只在调试中显示一行
Waiting for incoming connection with ide key '12792'
任何人都知道我在这里做错了什么???