下載xdebug
注:phpstudy有自帶xdebug
下載連接
修改PHP.ini以下
php
[xDebug] xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir ="D:\phpStudy\tmp\xdebug" xdebug.trace_output_dir ="D:\phpStudy\tmp\xdebug" xdebug.profiler_output_name = "cache.out.%t-%s" xdebug.remote_enable = 1 xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" zend_extension="D:\phpStudy\php53n\ext\xdebug.dll" xdebug.idekey= PHPSTROM
設置服務器
設置debug瀏覽器
測試一下咱們的輸出結果 看到程序斷在了斷點處而且debuger輸出了接收到的值。
完成任務,祝你們debug愉快瀏覽器