PhpStorm断点调试配置

1.php安装xdebug扩展 [xdebug]   zend_extension=php_xdebug.dll   xdebug.remote_enable = On   xdebug.remote_handler = dbgp      xdebug.remote_host= localhost   xdebug.remote_port = 9001   xdebug.idekey = PHP
相关文章
相关标签/搜索