Great work Jim.
"This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Jim Davis To: CF-Talk Sent: Mon Sep 25 03:29:27 2006 Subject: [OT Ann] Debugging Toolset: Dumper, Timer, Logger 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:254013 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

