1.php須要安裝xdebug,這樣能支持調試。php
下載地址:http://www.xdebug.org/download.php,若不清楚下載版本,可將phpinfo的信息複製到下載地址頁面的custom installation instructions,便可得知對應的信息。ide
2.下載後按照提示安裝xdebug,而後打開php.ini,修改配置信息,舉例以下:debug
[xdebug]調試
zend_extension=」D:\wamp\php-5.6.2-x64\ext\php_xdebug-2.2.5-5.6-vc11-x86_64.dll」 (根據提示修改對應的地址)blog
xdebug.remote_enable = Onrem
xdebug.remote_handler = dbgpget
xdebug.remote_host= localhostio
xdebug.remote_port = 9000配置
xdebug.idekey = PHPSTORMxdebug
3.配置PhpStrom,settings->php->Debug->Xdebug->Debug port填寫步驟二中的xdebug.remote_port端口;
settings->php->Debug->DBGp Proxy中填寫IDE key,Host,Port爲apach監聽地址(好比80);
4.設置調試: