phpstorm xdebug remote配置
生活随笔
收集整理的這篇文章主要介紹了
phpstorm xdebug remote配置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
xdebug.remote_enable = 1 xdebug.remote_handler=dbgp xdebug.remote_connect_back = 1 // 多人開發使用 #xdebug.remote_host=192.168.33.1 // 單人開發使用,用的是客戶端的ip xdebug.remote_port = 9001 //客戶端監聽的端口號 xdebug.idekey="PHPSTORM"?
轉載于:https://my.oschina.net/pureboys/blog/826759
總結
以上是生活随笔為你收集整理的phpstorm xdebug remote配置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linux下配置汇编编译器NASM和bo
- 下一篇: ASP.NET Core MVC/Web