解决php 在浏览器及postman 打断点的问题

[xdebug]
xdebug.remote_enable = On
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9010
xdebug.idekey = PHPSTORM
xdebug.remote_autostart=on

你可能感兴趣的:(php)