xDebug 伺服器端的配置引數

2022-08-21 11:15:10 字數 802 閱讀 1452

[xdebug]

;load xdebug extension

zend_extension_ts = path/tp/xdebug

;是否開啟自動跟蹤

xdebug.auto_trace = on

;是否開啟異常跟蹤

xdebug.show_exception_trace = on

;是否開啟遠端除錯自動啟動

xdebug.remote_autostart = off

;是否開啟遠端除錯

xdebug.remote_enable = on

;允許除錯的客戶端ip

xdebug.remote_host=127.0.0.1

;遠端除錯的埠(預設9000)

;xdebug.remote_port=9000

;除錯外掛程式dbgp

xdebug.remote_handler=dbgp

;是否收集變數

xdebug.collect_vars = on

;是否收集返回值

xdebug.collect_return = on

;是否收集引數

xdebug.collect_params = on

;跟蹤輸出路徑

xdebug.trace_output_dir="path/to/xdebug/trace"

;是否開啟除錯內容

xdebug.profiler_enable=on

;除錯輸出路徑

xdebug.profiler_output_dir="path/to/xdebug/profiler"

rsync 伺服器端配置

uid cho 目錄的建立者 gid cho 目錄所屬的組 use chcho no max connections 100 pid file var run rsyncd.pid log file var log rsync list no 不允許列檔案 strict modes no 定義自己需...

vnc伺服器端如何配置,vnc伺服器端如何配置教程

作為iis7伺服器管理工具,它支援linux vnc,win vnc,可以實現批量管理,遠端監控,批量開啟鏈結,操作一台等於同時操作n臺 使用起來十分便捷。對於iis7伺服器管理工具來說,它能實現批量管理 同步操作 到期提醒 資料安全和定期執行 等功能。適用於機房管理 站長 運維工作 程式設計師,等...

Oracle 伺服器端監聽配置

一 靜態註冊 建立埠為1521的監聽,靜態註冊,本機ip 192.168.10.2 listener address list address protocol tcp host 192.168.10.2 port 1521 sid list listener sid list sid desc g...