準備工做php
wamp開啓xdebugweb
chrome安裝xdebug helperchrome
在php設置 裏面啓用xdebug擴展, 配置以下phpstorm
; XDEBUG Extension zend_extension = "D:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll" ; [xdebug] xdebug.remote_enable = On xdebug.remote_handler=dbgp xdebug.remote_host= localhost xdebug.remote_port = 9000 xdebug.idekey="PHPSTORM"
在chrome web store裏面搜索xdebug,找到Xdebug helper擴展安裝ide
確保phpstorm裏面xdebug的port也是9000(同wamp的xdebug端口) : File>Setting在搜索框裏面搜索xdebugspa
打開右上角的配置,以下圖所示
debug
新建配置
調試
配置截圖
code
*說明 個人wamp的www目錄下有一個API的項目,我要調試這個項目, 那麼在配置的host裏面應該配置爲 localhost/API/orm
在項目的某個地方打斷點,確保配置爲當前項目的配置地址, 使能調試, 按調試
在網頁上面也要進行簡單的配置
刷新,就會進入斷點了
F8 下一步
F9 恢復運行
至於怎麼下載chrome, 登陸應用商店,再也不本文的討論範圍以內