Others have already answered, but another idea is to just write your own cfdump. It wouldn't be too hard. :) Another idea - write a custom tag that calls cfdump and all your tag does is a regex on the result of cfdump - ie - a wrapper. Just some random ideas.:)
On 10/28/05, Ryan Guill <[EMAIL PROTECTED]> wrote: > hey ray, somewhat on and off topic, > > do you know if it is possible to modify the cfdump structure? > particularly the stylesheet. I had a developer ping me the other day > about the cfdump stylesheet color specifications did not use pound > signs, something like color: 336633; > > He said it was using a browser that wasn't liking it or something. As > far as I can tell there is no way, thats an innerds of cf thing, but > just wondered if you knew if it was possible. > > On 10/28/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > > 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:222653 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

