Windows + PhpStrom + Xdebug 配置

wulijieone發表於2019-04-23

Windows + PhpStrom + Xdebug 配置

這個是 windows 10 + vagrant + homestead 開發環境,而 debug 的環境直接使用的是 vagrant 中已經安裝的好的擴充套件,下面直接貼出設定過程:

  • 開啟 PhpStorm,依次點開 file -> settings -> Languages & Frameworks -> PHP
    file
    因為沒有在 Windows 系統上安裝 PHP 檔案,所以選擇 vagrant box 環境中的 PHP
    點開 CLI Interpreter 目錄,選擇 remote ,然後設定為
    file
    選擇 vagrant ,此處 vagrant instance filepath 選擇為 homestead 路徑,

    file
    file

  • 繼續依次點開 File -> Settings -> Languages & Frameworks -> PHP -> Debug -> DBGp Proxy
    host 為 homestead 中主機地址
    file

  • 繼續依次點開 File -> Settings -> Languages & Frameworks -> PHP -> Servers,新建 server
    file

  • 開啟 run -> edit configurations,新建一個 PHP Web Page
    file
    file

相關文章