欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

phpstorm安裝xdebug(phpstudy環(huán)境下)成功運行的操作步驟

 更新時間:2022年09月20日 15:09:39   作者:貴哥的編程之路(熱愛分享)  
這篇文章主要介紹了phpstorm安裝xdebug(phpstudy環(huán)境下)成功運行,本文分步驟給大家介紹的非常詳細,對大家的學(xué)習或工作具有一定的參考借鑒價值,需要的朋友可以參考下

注意:

想要在phpstorm中調(diào)試請滿足一個條件。那就是安裝在d盤。為什么呢?因為這樣方便復(fù)制粘貼呀,
要開啟phpstudy中的php擴展的xdebug啊

第一步:phpstudy里面的php.ini中:復(fù)制粘貼

[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_pro\Extensions\tmp\xdebug"
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中

完成?。。?/p>

到此這篇關(guān)于phpstorm安裝xdebug(phpstudy環(huán)境下)成功運行的文章就介紹到這了,更多相關(guān)phpstorm安裝xdebug內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

相關(guān)文章

最新評論