PHPStorm 配置 xdebug
下面的配置是 > 3.0 的
zend_extension=xdebug.soxdebug.mode = debugxdebug.start_with_request = yesxdebug.discover_client_host = truexdebug.client_host = 192.168.10.1xdebug.client_port = 9003xdebug.max_nesting_level = 512xdebug.idekey = PHPSTORM
每个请求都带上 XDEBUG_SESSION_START=PHPSTORMPHPSTORM 对应的是 xdebug.idekey = PHPSTORM
