php调试

作者: wuli_decade | 来源:发表于2020-03-22 15:28 被阅读0次

    php5.6

    image.png

    修改php.ini

    [XDebug]
    xdebug.profiler_output_dir="C:\FakeD\Software\phpstudy\PHPTutorial\tmp\xdebug"
    xdebug.trace_output_dir="C:\FakeD\Software\phpstudy\PHPTutorial\tmp\xdebug"
    xdebug.collect_params=1
    xdebug.collect_return=1
    xdebug.remote_enable = 1
    xdebug.remote_handler = "dbgp"
    xdebug.idekey = PHPSTORM
    xdebug.remote_host = "127.0.0.1"
    xdebug.remote_port = 9000
    zend_extension="C:\FakeD\Software\phpstudy\PHPTutorial\php\php-5.6.27-nts\ext\php_xdebug.dll"
    
    image.png
    image.png
    image.png
    image.png
    image.png
    image.png

    相关文章

      网友评论

          本文标题:php调试

          本文链接:https://www.haomeiwen.com/subject/lhfvoqtx.html