mac phpstorm调试php,MAC下phpstorm20190302+Xdebug2.7断点调试PHP | 朱斌技术博客
前言:
很久很久沒有看過PHP了,現在的技術真的是日新月異。受新冠狀病毒的影響,也返不了崗,借此機會在MAC下php的debug(phpstorm+Xdebug斷點調試PHP),碰到的坑現總結如下:
步驟流程
一. 下載并安裝自己php版本對應的xdebug
二. 進行配置文件的一致修改,包括php.ini 與phpstorm配置,chrome的xdebug配置
三. 在程序中打斷點,點擊“臭蟲”進行debug吧。
一.下載xdebug文件
1.將phpinfo();的信息全部輸入網址中的框,得到適配的xdebug版本:
網址:http://xdebug.org/wizard.php
2.下載并解壓
(自己知道版本的,不用上一步直接去下載,網址:http://www.xdebug.org/download.php)
wget [下載地址] //如果不能使用wget,運行:[brew install wget];
sudo tar -zxvf xdebug-2.7.0.tgz
cd xdebug xdebug-2.7.0
3.編譯完成得到xdebug.so
phpize
問題:
touch: install-sh: Permission denied
touch: mkinstalldirs: Permission denied
touch: missing: Permission denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script
解決方法:
安裝brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
時間比較長,需要等。
./configure --enable-xdebug --with-php-config=/usr/bin/php-config (正確配置php-config的路徑)
make
問題:
/Users/pc/Documents/03Soft/PHPStorm/xdebug-2.9.1/xdebug.c:25:10: fatal error:
'php.h' file not found
#include "php.h"
^~~~
解決方法:
原來是OSX 10.11 El Capitan(或更高)新添加了一個新的安全機制叫系統完整性保護System Integrity Protection (SIP),
所以對于目錄/System /sbin /usr(不包含(/usr/local/)不能修改
得把它關掉才行,步驟:
a.重啟電腦
b.按住Command + R ? (重新亮屏之后就開始按,出現蘋果標志,ok)
c.菜單“實用工具” ==>> “終端” ==>> 輸入csrutil disable;
執行后會輸出:Successfully disabled System Integrity Protection. Please restart the machine for the changes to take effect.
d.再次重啟系統
這個問題處理了好長的時間 ,非常的重要不同的MAC系統處理方式不一樣。
參考下面地址:
https://blog.csdn.net/Tuine/article/details/87858745
二. 相關文件的配置流程配置
1.配置php.ini
zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20180731/xdebug.so
xdebug.remote_connect_back=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.profiler_enable=on
xdebug.remote_enable=on
xdebug.remote_autostart=on
xdebug.profiler_output_dir="/Users/pc/Document/log/xdebug"
xdebug.idekey=phpstorm
2.配置phpstorm
進入File>Settings>PHP>Debug,看到XDebug選項卡,port填9000,其他默認
進入File>Settings>PHP>Debug>DBGp Proxy,IDE key 填?phpStorm,host 填localhost,port 填80
3.配置chrome的xdebug
a.安裝chrome的debug
下載地址:http://download.csdn.net/detail/ty_hf/9762139
下載完拖入瀏覽器即可。
(或者越獄去chrome商店下載,搜索 xdebug,下載,安裝)
https://chrome.google.com/webstore/search/xdebug?hl=zh-CN
參考地址:https://blog.csdn.net/ty_hf/article/details/72081965
phpstorm+Xdebug斷點調試PHP:http://blog.csdn.net/ty_hf/article/details/50768702
mac os如何關閉sip保護機制:http://blog.csdn.net/qq285744011/article/details/52810066
斷點調試環境的配置http://www.tuicool.com/articles/aiE322z
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的mac phpstorm调试php,MAC下phpstorm20190302+Xdebug2.7断点调试PHP | 朱斌技术博客的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 28纳米国产化的意义 国产芯片产业翻身的
- 下一篇: 怎么调电脑最佳分辨率 电脑最佳分辨率调节