本文使用的是 phpstudy 一鍵安裝包(windows32位)
php 版本是 php7.2 NTSphp
// 其餘選項菜單-> php 擴展與設置-> php 擴展
// 注意必需要安裝和本身使用 php 版本同版本的 Xdebug https://xdebug.org/download.php
[XDebug] xdebug.profiler_output_dir="I:\phpStudy\PHPTutorial\tmp\xdebug" xdebug.trace_output_dir="I:\phpStudy\PHPTutorial\tmp\xdebug" zend_extension="I:\phpStudy\PHPTutorial\php\php-7.2.1-nts\ext\php_xdebug-2.7.0beta1-7.2-vc15-nts.dll" xdebug.remote_enable = 1 xdebug.remote_autostart = 1
// 查看 php 擴展(須要將 php.exe 添加到 windows 環境變量中去,具體方法自行 google 吧) php -m