문제

I am creating function-tracing xt files with xdebug which are are created with php commands like

xdebug_start_trace('outfile')
... code ...
xdebug_stop_trace();

How can I analyze/visualize the created data?

올바른 솔루션이 없습니다

다른 팁

See the documentation and the answers to this question.

You may be able to use https://github.com/corretge/xdebug-trace-gui. There are also other tools available, such as ValaXdebugTools and XDebugUtils.

And, of course, you can always roll your own solution.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top