php開(kāi)發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的詳細(xì)教程
時(shí)間:2020年8月15日10:25:47
Xdebug插件安裝省略,自己百度安裝,win和linux環(huán)境安裝方式不一樣。
注意和php版本匹配
1、phpinfo信息
2、php.ini配置
[xdebug] zend_extension=/usr/lib64/php/modules/xdebug.so xdebug.remote_enable =1 xdebug.profiler_enable = On xdebug.auto_trace=On xdebug.profiler_enable_trigger = On xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.remote_handler ="dbgp" xdebug.remote_host ="172.16.6.44" xdebug.remote_mode ="req" xdebug.remote_port =9000 xdebug.idekey = "PHPSTORM" xdebug.remote_autostart = 1 ;xdebug.remote_connect_back = 1 ; If openssl.cafile is not specified or if the CA file is not found, the ; directory pointed to by openssl.capath is searched for a suitable ; certificate. This value must be a correctly hashed certificate directory. ; Most users should not specify a value for this directive as PHP will ; attempt to use the OS-managed cert stores in its absence. If specified, ; this value may still be overridden on a per-stream basis via the "capath" ; SSL stream context option. ;openssl.capath= ; Local Variables: ; tab-width: 4 ; End: xdebug.var_display_max_children=10240 xdebug.var_display_max_data=10240 xdebug.var_display_max_depth=10240
3、當(dāng)然你的xdebug.so擴(kuò)展也要安裝起來(lái)。
4、編輯器phpstorm配置
setting配置
端口和ini中配置的一樣
本機(jī)IP配置,虛擬機(jī)的IP是192.168.99.26
輸出窗口信息
代碼界面輸出
1.首先檢查phpstorm的xdebug配置
->這里的debug port要和php.ini里面的 xdebug.remote_port相一致!默認(rèn)是9000,如果9000端口被占用的話,可以改成其他 端口。
4.開(kāi)始使用斷點(diǎn)調(diào)試
-〉開(kāi)啟調(diào)試(phpstrom)
1、設(shè)置斷點(diǎn)
F9跳出
F8下一步
->瀏覽器增加開(kāi)啟和關(guān)閉按鈕
https://www.jetbrains.com/phpstorm/marklets/
-〉在代碼中打斷點(diǎn),運(yùn)行訪問(wèn)該頁(yè)面的url
瀏覽器開(kāi)啟調(diào)試,然后刷新頁(yè)面即可。
總結(jié)
到此這篇關(guān)于php開(kāi)發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的文章就介紹到這了,更多相關(guān)phpstorm調(diào)試配置 Xdebug內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!
相關(guān)文章
Laravel8 使用圖形驗(yàn)證碼做登錄功能的實(shí)現(xiàn)
這篇文章主要介紹了Laravel8 使用圖形驗(yàn)證碼做登錄功能的實(shí)現(xiàn),通過(guò)安裝擴(kuò)展包調(diào)用相關(guān)接口進(jìn)行校驗(yàn)驗(yàn)證碼是否正確,代碼簡(jiǎn)單易懂,需要的朋友可以參考下2021-06-06Redis使用Eval多個(gè)鍵值自增的操作實(shí)例
下面小編就為大家?guī)?lái)一篇Redis使用Eval 多個(gè)鍵值自增的操作實(shí)例。小編覺(jué)得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2016-11-11PHP實(shí)現(xiàn)權(quán)限管理功能示例
下面小編就為大家?guī)?lái)一篇PHP實(shí)現(xiàn)權(quán)限管理功能示例。小編覺(jué)得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2017-09-09PHP處理Ajax請(qǐng)求與Ajax跨域問(wèn)題
這篇文章主要介紹了PHP處理Ajax請(qǐng)求與Ajax跨域問(wèn)題的相關(guān)資料,非常不錯(cuò),具有參考借鑒價(jià)值,需要的朋友可以參考下2017-02-02使用 PHPStorm 開(kāi)發(fā) Laravel
現(xiàn)在 PHPstorm已經(jīng)是一個(gè)神器界別的IDE了,但是在用 laravel 開(kāi)發(fā)的時(shí)候,alise的類名總是會(huì)有波浪線。 有一個(gè) phpstorm 的插件,但是貌似只支持badle的模板。2015-03-03