1、设置php的xdebug

在php.ini中设置

[XDebug]
xdebug.profiler_output_dir="H:\phystudy\PHPTutorial\tmp\xdebug"
xdebug.trace_output_dir="H:\phystudy\PHPTutorial\tmp\xdebug"
zend_extension="H:\phystudy\PHPTutorial\php\php-5.4.45\ext\php_xdebug.dll" xdebug.remote_enable = On xdebug.remote_handler = dbgp xdebug.remote_host= localhost xdebug.remote_port = xdebug.idekey = PHPSTORM

路径根据自己的设置下 端口是phpstorm设置的见下图(2) 保持一致。

xdebug.idekey = PHPSTORM见图(2)

2、phpstrom设置

(1)phpstorm 断点调试-LMLPHP

(2)phpstorm 断点调试-LMLPHP

(3)phpstorm 断点调试-LMLPHP

(4)phpstorm 断点调试-LMLPHP

(5)phpstorm 断点调试-LMLPHP

phpstorm 断点调试-LMLPHP

第一个是一步一步。

第二个是一个文件一个文件跳。

05-21 15:26