這篇文章主要介紹“php的IDE編輯的phpstorm 2020.2配置Xdebug怎么調試”,在日常操作中,相信很多人在php的IDE編輯的phpstorm 2020.2配置Xdebug怎么調試問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”php的IDE編輯的phpstorm 2020.2配置Xdebug怎么調試”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
時間:2020年8月15日10:25:47
Xdebug插件安裝省略,自己百度安裝,win和linux環境安裝方式不一樣。
注意和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、當然你的xdebug.so擴展也要安裝起來。
4、編輯器phpstorm配置
setting配置
端口和ini中配置的一樣
本機IP配置,虛擬機的IP是192.168.99.26
輸出窗口信息
代碼界面輸出
1.首先檢查phpstorm的xdebug配置
->這里的debug port要和php.ini里面的 xdebug.remote_port相一致!默認是9000,如果9000端口被占用的話,可以改成其他 端口。
4.開始使用斷點調試
-〉開啟調試(phpstrom)
1、設置斷點
F9跳出
F8下一步
->瀏覽器增加開啟和關閉按鈕
https://www.jetbrains.com/phpstorm/marklets/
-〉在代碼中打斷點,運行訪問該頁面的url
瀏覽器開啟調試,然后刷新頁面即可。
總結
到此,關于“php的IDE編輯的phpstorm 2020.2配置Xdebug怎么調試”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。