0
我創建功能追蹤xt
文件與xdebug
這是與php
命令like如何分析Xdebug的功能跟蹤輸出
xdebug_start_trace('outfile')
... code ...
xdebug_stop_trace();
如何分析/可視化創建的數據產生的?
我創建功能追蹤xt
文件與xdebug
這是與php
命令like如何分析Xdebug的功能跟蹤輸出
xdebug_start_trace('outfile')
... code ...
xdebug_stop_trace();
如何分析/可視化創建的數據產生的?
See the documentation以及對this question的回答。你可以使用https://github.com/corretge/xdebug-trace-gui。還有一些工具here,即ValaXdebugTools和XDebugUtils。
而且,當然,您始終可以推出自己的解決方案。
我會嘗試一下,非常感謝。 – Alex
到目前爲止發現了什麼? – ragol