PHPStorm+Xdebug斷點調試配置

下載xdebug
注:phpstudy有自帶xdebug
下載連接
修改PHP.ini以下
個人php.iniphp

[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愉快瀏覽器

相關文章
相關標籤/搜索