pkSimpleBacktracePlugin prints out a backtrace of function calls at
the current point in your code's execution. The backtrace is displayed
when you click on a JavaScript link in your page. The trace can also
be collapsed again. This makes debugging a bit more pleasant.

You use it like this:

To output the trace at the current point in the page:

pkSimpleBacktracePlugin::printTrace();

To return the trace as a string, which is useful if you're building a
larger string in a helper:

pkSimpleBacktracePlugin::trace();

Both functions return the trace decorated with handy open and close
links as described above.

Hope you find it useful! This may win the "smallest Symfony plugin
evar" award. (:

-- 
Tom Boutell

www.punkave.com
www.boutell.com

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

Reply via email to