Symfony does make use of xdebug capabilities to trace method/func calls.

So you "must" have xdebug installed to have a usable stack trace.

"pecl install xdebug" on a *nix machine, manual install on a wamp (its
fairly easy to set up).

Cheers,


Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Thu, Feb 11, 2010 at 8:30 PM, Evgeny <psylo...@gmail.com> wrote:

> You should try tracing with Xdebug (for example)
>
> On Feb 11, 9:03 pm, Javier Garcia <tirengar...@gmail.com> wrote:
> > Hi,
> >
> > Im having an error and as always something like this is showed below the
> > error message:
> >
> >     *
> >               50.      }
> >               51.    }
> >               52.
> >
> >     * at *sfFilterChain->execute*()
> >       in /SF_ROOT_DIR/lib/symfony/filter/sfRenderingFilter.class.php/
> >       line 33 ...
> >       <http://rs.localhost/frontend_dev.php/birthday/filtrar/action#>
> >               30. public function execute($filterChain)
> >               31.    {
> >               32. // execute next filter
> >               33. $filterChain->execute();
> >               34.
> >
> >               35. // get response object
> >               36. $response = $this->context->getResponse();
> >     * at *sfRenderingFilter->execute*(/object/('sfFilterChain'))
> >       in /SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php/ line
> >       53 ... <http://rs.localhost
> /frontend_dev.php/birthday/filtrar/action#>
> >               50.        }
> >               51.
> >
> > Anyway these lines doesnt show all the functions that have been executed
> > (the debugger told me...).
> >
> > So, is there any way to see all the functions that have been executed?
> >
> > Regards
> >
> > Javi
>
> --
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to