使用的是phpstudy環境包測試php
右鍵打開找到laravel
打開Xdebug 而後重啓phpstudy 我這裏關閉了phpstudy 而後在關閉httpd.exe進程纔會生效web
查詢下Xdebug用PHPinfo瀏覽器
查看是否開啓服務器
【File】【Settings】-【Languages & Frameworks】 - 【Debug】phpstorm
配置一個服務測試
下圖 中1的位置填寫 phpinfo裏xdebug 的ID 這裏我沒有在php.ini裏定義IDE Key因此每次重啓web 服務器都會變化。.net
下圖2中填寫的是默認開啓debug port 9000插件
這時候開啓phpstorm 的監聽debug
3.開啓瀏覽器插件
不一樣瀏覽器用的插件
這裏是 Chrome Xdebug Helper 下載地址:https://pan.baidu.com/s/1iwL0ZYR4V9HJc8qobWUhyQ 密碼:a99p
phpstorm介紹的瀏覽器插件
https://confluence.jetbrains.com/display/PhpStorm/Browser+Debugging+Extensions
這是另外一款瀏覽器插件
crx file of JetBrains IDE Support 2.0.9
連接:https://pan.baidu.com/s/1IZHyxfbVF9NoNLgiPNHycA 密碼:nyvl
開啓成功後
參考教程
https://blog.csdn.net/qq_33862644/article/details/76677879
https://laravel-china.org/articles/4098/the-first-step-to-becoming-a-senior-php-programmer-debug-xdebug-configuration