1背蟆、打開php.ini(phpstudy中厦幅,其它選項菜單>打開配置文件>php.ini)
找到XDebug,修改為以下內(nèi)容踪宠,下面前三項需要根據(jù)你的實際情況稍作修改
[XDebug]
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_mode = "req"
xdebug.remote_port = 9002
xdebug.idekey=PhpStorm
其中remote_host 是指調(diào)試客戶端的地址步势,即IDE所在的IP氧猬,
remote_port 是客戶端的端口,這兩項在遠(yuǎn)程調(diào)試的情況下注意修改
2坏瘩、打開phpstudy盅抚,驗證模塊是否安裝成功
找到你的php路徑,比如我的是D:\phpStudy\php\php-5.6.27-ntsphp.exe倔矾,
在CMD里輸入?D:\phpStudy\php\php-5.6.27-ntsphp.exe -m 看到xdebug妄均,說明開啟成功
3、打開phpStorm
3.1. 進(jìn)入File>Settings>Languages&Frameworks>PHP>Servers哪自,這里要填寫服務(wù)器端的相關(guān)信息丰包,根據(jù)你自己的實際情況修改,比如我自己配置的本地站點信息壤巷,name填lx_api邑彪,host填127.0.0.1,port填91胧华,debugger選XDebug
3.2.進(jìn)入File>Settings>PHP>Debug,看到XDebug選項卡矩动,port填9002有巧,其他默認(rèn),注意這里的9002和前面我們配置php.ini中的xdebug.remote_port = 9002要對應(yīng)
4铅忿、安裝瀏覽器插件
xdebug helper
5剪决、開始調(diào)試
chorme選中debug
phpstorm 選中start listening
打上斷點調(diào)試即可