Xdebug trace / trace PHP echo, print phone

Is there any way to view echo or print function calls in Xdebug trace output I'm looking for a global configuration (or a way to do it) for all the scripts I run on the server

Example:

<?PHP 
  echo "xdebug show me";
?>

I want the trace output to echo the call By default, it does not display I tried to disable the output buffer (possibly irrelevant) but it didn't work Any suggestions?

Solution

I'm not 100% sure, but I think the analysis script may provide you with information Xdebug can analyze your application This will record each call (including execution time) You should be able to retrieve information from this dump file

For more information, see http://www.xdebug.org/docs/profiler.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>