PhpStorm Debug設定

(*-*)浩
發布: 2020-01-03 14:17:00
原創
4701 人瀏覽過

PhpStorm Debug設定

php 環境開啟xdebug                              1  ##到php.ini 以下查看下xdebug的設定資訊

[xdebug]
zend_extension ="c:/wamp64/bin/php/php5.6.35/zend_ext/php_xdebug-2.5.5-5.6-vc11-x86_64.dll"
;xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0
xdebug.remote_autostart = 1    # 这里加上远程自动开启,可以省去在浏览器中加载xdebug插件的步骤

xdebug.idekey=phpstorm
xdebug.remote_enable = On
xdebug.remote_host=localhost
;xdebug.remote_port默认值为9000,这里需要跟phpstorm配置一致,下面有说明
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.auto_trace = On
登入後複製

PhpStorm 設定debug設定PhpStorm Debug設定

Language & Frameworks > PHP > Debug (把複選框選取去掉,連接埠預設9000)

Language & Frameworks > PHP > Debug > Servers (新增多個可以調試的位址)

PhpStorm Debug設定

開啟PhpStorm Debug 監聽連線

##

以上是PhpStorm Debug設定的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!