Something else to consider. My starfish project handles debugging info, stuff like the time it took to do X. It does NOT handle erorrs.
However... It IS possible to modify error behaviour. I've written to blog entries on this. This entry: http://ray.camdenfamily.com/index.cfm/2005/7/14/More-CFMX-Error-Modifications Tells you how ot make stack traces collapse in Firefox, like they do in IE. This entry: http://ray.camdenfamily.com/index.cfm/2005/10/4/Modifying-Exception-Templates-in-CFMX-701 Will make it so if you use a struct key that doesn't exist, the error will tell you which keys _do_ exist in the struct, which is VERY helpful. Ie, instead of, you can't do foo.goo, you get, you can't do foo.goo, but moo and zoo are valid keys. This is ALL something you do NOT want to do on a production server, but it may be of use to you. On 10/28/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Some good points Jim,...thanks...good points to ponder for sure.. > > Bryan Stevenson B.Comm. > VP & Director of E-Commerce Development > Electric Edge Systems Group Inc. > phone: 250.480.0642 > fax: 250.480.1264 > cell: 250.920.8830 > e-mail: [EMAIL PROTECTED] > web: www.electricedgesystems.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222620 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

