首頁 > 軟體

phpstorm安裝xdebug(phpstudy環境下)成功執行的操作步驟

2022-09-20 22:01:06

注意:

想要在phpstorm中偵錯請滿足一個條件。那就是安裝在D槽。為什麼呢?因為這樣方便複製貼上呀,
要開啟phpstudy中的php擴充套件的xdebug啊

第一步:phpstudy裡面的php.ini中:複製貼上

[Xdebug]
xdebug.default_enable=On
xdebug.idekey = "PHPSTORM"
zend_extension=D:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/php_xdebug.dll
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.auto_trace=On
xdebug.trace_output_dir=D:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.trace
xdebug.profiler_enable=On
xdebug.profiler_output_dir ="D:phpstudy_proExtensionstmpxdebug"
xdebug.remote_enable=On
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9100
xdebug.remote_handler=dbgp

第二步:phpstorm中

phpstorm—>File----》settings---->languages&Frameworks---->php---->debug—>

點選這兩個,先點選apply再點選ok.

第三步:phpstorm中

第四步:phpstorm中

第五步:phpstorm中

完成!!!

到此這篇關於phpstorm安裝xdebug(phpstudy環境下)成功執行的文章就介紹到這了,更多相關phpstorm安裝xdebug內容請搜尋it145.com以前的文章或繼續瀏覽下面的相關文章希望大家以後多多支援it145.com!


IT145.com E-mail:sddin#qq.com