PHP 安裝 XDebug

下載XDebug擴展php

  • 下載對應PHP版本的Xdebug

  • 線程安全(TS)和非線程安全(NTS)

  • 安裝Xdebug擴展-php.ini
[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug" xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug" zend_extension="D:\phpStudy\php\php-7.1.7-nts-64\ext\php_xdebug-2.5.3-7.1-vc14-nts-x86_64.dll" xdebug.idekey=PHPSTORM xdebug.remote_port=9005 xdebug.remote_enable=on 
  • 配置PHPStorm

  • 配置Debug

  • 運行Debug

  • 調試

相關文章
相關標籤/搜索