On Mon, 10 Feb 2014, jeannie boffel wrote:
> Hello folks,
>
> I took few hours to make a new tools base on PHP+GTK+Glade that is able to
> load the most complet trace file and to show it in a similar way of a
> coredump would be for gdb with step in step over etc...
>
> You can follow in application source code the evolution of the tracefile
> with memory and time evolution. You can jump to a specific file/line or to
> a step and check what was entry parameters and return values of last
> instructions.
>
> If you want to throw an eye or to give a try :
> https://github.com/jboffel/GTK-XdTrace
From there I see:
> I recommend that configuration for Xdebug trace parameters :
> xdebug.trace_enable_trigger = 1
> xdebug.trace_format = 0
Is there a reason you don't use the tab-separated format instead? It
should be so much easier to parse than the "human readable" format.
cheers,
Derick
-- Like Xdebug? Consider a donation: http://xdebug.org/donate.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Mon Feb 10 2014 - 17:08:06 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST