1

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?

asked Feb 13, 2014 at 16:20
1
  • What have you found out so far? Commented Feb 13, 2014 at 16:21

1 Answer 1

1

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.

answered Feb 13, 2014 at 16:26
3
  • The link to chepri,com is broken Commented Aug 29, 2019 at 22:50
  • @TelmoPimentelMota I've updated the answer to link directly to the tools in question; thanks. Commented Aug 30, 2019 at 2:03
  • Note: xdebug-trace-gui is not compatible with xdebug3 Commented Jan 17, 2024 at 14:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.