phpstorm安裝xdebug(phpstudy環(huán)境下)成功運行的操作步驟
注意:
想要在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)文章
php array_pop 刪除數(shù)組最后一個元素實例
這篇文章主要介紹了php array_pop 刪除數(shù)組最后一個元素實例的相關(guān)資料,需要的朋友可以參考下2016-11-11ThinkPHP整合datatables實現(xiàn)服務(wù)端分頁的示例代碼
下面小編就為大家分享一篇ThinkPHP整合datatables實現(xiàn)服務(wù)端分頁的示例代碼,具有很好的參考價值,希望對大家有所幫助。一起跟隨小編過來看看吧2018-02-02yii2中dropDownList實現(xiàn)二級和三級聯(lián)動寫法
本篇文章主要介紹了yii2中dropDownList實現(xiàn)二級和三級聯(lián)動寫法 ,非常具有實用價值,需要的朋友可以參考下2017-04-04Zend Framework教程之資源(Resources)用法實例詳解
這篇文章主要介紹了Zend Framework教程之資源(Resources)用法,結(jié)合實例形式詳細分析了Resources的功能,定義,使用方法與相關(guān)注意事項,需要的朋友可以參考下2016-03-03