1. 程式人生 > >PHPstudy + phpstrom +xdebug 斷點除錯(windows)

PHPstudy + phpstrom +xdebug 斷點除錯(windows)

php.ini 配置 需要新增如下內容

[XDebug]

xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"

;zend_extension = D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug-2.5.1-5.6-vc11-x86_64.dll
xdebug.remote_enable =1
xdebug.remote_handler = "dbgp"
xdebug.idekey = PHPSTORM
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000

這裡寫圖片描述

php languagel level: 這個是PHP的版本
cli interpreler 選擇PHP的檔案所在位置,最後選擇為php-cgi.exe 檔案

這裡寫圖片描述

原有的配置檔案不變,主要看Debug port 埠號,要與PHPinfo 裡的xdebug port埠號一致

這裡寫圖片描述

Ied key : 這裡要檢視phpinfo裡的xdebug 的key是什麼,要寫的一致
host:你的訪問域名或者 localhost
port:你專案的埠是多少就寫多少

這裡寫圖片描述

Name:這個寫個名字就好
host:我這裡寫的是專案的訪問路徑
prot:專案的埠
debugger:選擇xdebug

這裡寫圖片描述

name:隨便寫個名字
server:選擇你剛才建立的那個專案

這裡寫圖片描述

輸出這個的除錯資訊,證明配置成功!祝各位小夥伴配置成功,遇到問題,歡迎留言