On Tue, 11 Feb 2014, jeannie boffel wrote:
> Le 10 févr. 2014 18:08, "Derick Rethans" <derick[@]xdebug.org> a écrit :
>
> On Mon, 10 Feb 2014, jeannie boffel wrote:
> >
> > > 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.
>
> Maybe i'm wrong but if i collect returned data, computer format is not
> yet available, and test i made confirmed that. Only from 2.3 or
> greater as stated in documentation. So i worked on human format.
That is true, but that format is meant for parsing. Please make sure you
can easily update your app to support the computer 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 Tue Feb 11 2014 - 14:51:56 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST