pkSimpleBacktracePlugin
0.6.0beta
for sf 1.4sf 1.3sf 1.2sf 1.1sf 1.0 MIT
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. pkSimpleBacktracePlugin has no dependencies on other elements of Symfony and does not use a JavaScript framework, so it should work anywhere.
Developers
| Name |
Status |
Email |
Tom Boutell |
lead |
moc.evaknup <<ta>> mot
|
License
--------------------------------------------------------------------------------
sfPropelSyncContentPlugin
--------------------------------------------------------------------------------
Copyright (c) 2008 Tom Boutell and P'unk Avenue, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.6.0beta
|
MIT license |
0.6.0beta
|
19/12/2008 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.6.0beta
|
MIT license |
0.6.0beta
|
19/12/2008 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
0.6.0beta
|
MIT license |
0.6.0beta
|
19/12/2008 |
Releases for sf 1.1
| Version |
License |
API |
Released |
|
0.6.0beta
|
MIT license |
0.6.0beta
|
19/12/2008 |
Releases for sf 1.0
| Version |
License |
API |
Released |
|
0.6.0beta
|
MIT license |
0.6.0beta
|
19/12/2008 |
Changelog for release 0.6.0 - 19/12/2008
Not available
Other releases
Release 0.6.0 - 19/12/2008
Not available
pkSimpleBacktracePlugin
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.
Usage
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.
To do the same, but with plaintext output instead of
DHTML:
pkSimpleBacktracePlugin::printTrace();
pkSimpleBacktracePlugin::printTraceText();
Credits
Tom Boutell, tom@punkave.com
P'unk Avenue LLC, www.punkave.com
Released under the MIT license. See the LICENSE file for details.