運行環境:
PHPSTORM版本: 8.0.1
PHP版本: 5.6.2
xdebug版本:php_xdebug-2.2.5-5.6-vc11-x86_64.dllps.對應
[xdebug]
zend_extension=”D:wampphp-5.6.2-x64extphp_xdebug-2.2.5-5.6-vc11-x86_64.dll”
xdebug =remoler>gh;
xdebug. remote_host= localhostxdebug.remote_port = 9000xdebug.idekey = PHPSTORMps : remote_handler 、remote_host、remote_portps : remote_handler 、remote_host、remote_portport
ps : remote_handler 、remote_host、remote_portportport「必須先查看這些設定參數,至少知道2.PHPSTORM設定
樓主以前一直用zendstudio,剛開始用phpstorm非常蛋疼,用了一段時間後發現還挺好用的~
1.先檢查phpstorm的xdebug配置這裡1.先檢查phpstorm的xdebug配置這裡的debug port要跟php.ini裡面的xdebug.remote_port相符!預設是9000,
如果9000埠被佔用的話,可以改成其他埠。設定debug.
3.開始調試
打好第一個斷點,選中配置的debug, 按旁邊的臭蟲按鈕
以上就介紹了phpstorm配置Xdebug進行調試PHP教程,包含了方面的內容,希望對PHP教程有興趣的朋友有幫助。