L-Debug is a debug stack for Lasso. It allows you to set up tracers that provide a clear overview of your application logic and methods to quickly determine what, where, and why a problem has occurred.
FULL ajax support - see what's happening in AJAX requests
For the latest version SVN checkout from: svn://svn.zeroloop.com/L-Debug/tags/public/stable
Or SVN:externals for automatic updates: debug svn://svn.zeroloop.com/L-Debug/tags/public/stable
Parameters
none
Sample Usage
debug->activate;
// Basic Example
debug('Hello World');
// Data Types
debug(array('one','two','three'));
// Daisy Chaining
debug->open('My Block')->sql('SELECT * FROM table')->close;
// For full live documentation visit the below URL
// http://www.l-debug.org/?page=Documentation
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.
L-Debug.zip (10.67 kb)
Comments
10/03/2008, Ke Carlton Version updated on 03 Oct 2008
Minor bug fixes - namely SQL, XML and HTML output.
Version updated on 03 Oct 2008
Minor bug fixes - namely SQL, XML and HTML output.