主頁 > 知識(shí)庫 > php開發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的詳細(xì)教程

php開發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的詳細(xì)教程

熱門標(biāo)簽:梧州市機(jī)器人外呼系統(tǒng)怎么樣 天客通地圖標(biāo)注 電子地圖標(biāo)注怎么修改 臨沂crm外呼系統(tǒng)平臺(tái) 菏澤語音外呼系統(tǒng)運(yùn)營商 廈門400電話辦理選易號(hào)網(wǎng) 如何在世界地圖標(biāo)注 地圖標(biāo)注符號(hào)樣式有 公司外呼系統(tǒng)中心

時(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ò)展也要安裝起來。

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.開始使用斷點(diǎn)調(diào)試

-〉開啟調(diào)試(phpstrom)

1、設(shè)置斷點(diǎn)

F9跳出

F8下一步

->瀏覽器增加開啟和關(guān)閉按鈕

https://www.jetbrains.com/phpstorm/marklets/

-〉在代碼中打斷點(diǎn),運(yùn)行訪問該頁面的url

瀏覽器開啟調(diào)試,然后刷新頁面即可。

總結(jié)

到此這篇關(guān)于php開發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的文章就介紹到這了,更多相關(guān)phpstorm調(diào)試配置 Xdebug內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

您可能感興趣的文章:
  • 遠(yuǎn)程debug調(diào)試入門
  • idea遠(yuǎn)程debug調(diào)試部署在tomcat上項(xiàng)目
  • idea 無法debug調(diào)試的解決方案
  • Pycharm debug調(diào)試時(shí)帶參數(shù)過程解析
  • Spring Boot Debug調(diào)試過程圖解
  • 你不知道的 IDEA Debug調(diào)試小技巧(小結(jié))
  • 因不會(huì)遠(yuǎn)程debug調(diào)試我被項(xiàng)目經(jīng)理嘲笑了

標(biāo)簽:雞西 綿陽 瀘州 迪慶 貴陽 黃石 郴州 白城

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《php開發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的詳細(xì)教程》,本文關(guān)鍵詞  php,開發(fā),最強(qiáng),大的,IDE,編輯,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《php開發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的詳細(xì)教程》相關(guān)的同類信息!
  • 本頁收集關(guān)于php開發(fā)最強(qiáng)大的IDE編輯的phpstorm 2020.2配置Xdebug調(diào)試的詳細(xì)教程的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章