I've completed a new version of my Debugging library.  The library, complete

documentation and working examples are here:

http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_D
ebug

The library has been tested in IE 6 and 7, FireFox 1.5 and Opera 9.

The library features:

+) A "Dump" tool (think CFDUMP for JavaScript) which presents an HTML
represetation of any JavaScript 
Object/value.  It supports circular references, system objects and variable 
recursion depths.  Shortcut methods are provided to display currently 
accessible browser cookies and query string variables.

+) A "Timer" tool which lets you place named timers around arbitrary blocks 
of code.

+) A "Logger" tool which lets you write typed messages to a logging console.

The console offers quick reference material for all methods, the ability to 
filter log types and (for IE) cross-referencing of objects and dump log 
results.

The tools are added as Static methods of "Object".  The library is pure 
JavaSript (no install).

I'm eager to know what you think.  I'm not as eager to hear about problems 
or bugs you find... but I'm still very interested.

Jim Davis


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254006
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to