[Rt-devel] Generating a stack trace?
Ruslan U. Zakirov
Ruslan.Zakirov at acronis.com
Fri Jan 21 18:34:29 EST 2005
Todd Chapman wrote:
> How do I generate a trace of all the RT/SB API calls that result
> from a click in the web interface?
Apache::DProf
See http://wiki.bestpractical.com/index.cgi?ApacheConfig
dprofpp -T tmon.out
This will output call tree.
Or use "require Carp; Carp::cluck();" if you want stack trace from
particular place.
>
> Thanks.
>
> -Todd
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
More information about the Rt-devel
mailing list