Okay Alan, Douglas et al.,

CF_DEBUGGER 2.12
You can now sort by Date, Instance, Comments, FuseAction or Path.

I have also made the CustomTag look for request.debuggerProj and
request.debuggerInst if Proj and Inst attributes are not supplied.

This means you can set up the request vars in your app_globals:
<cfset request.DebuggerProj="curvee">
<cfset request.DebuggerInst="#randrange(1000,9999)#">
<cfset request.Debugging="yes">

Then you can get by with a minimal CF_Debugger call like this:
<CF_Debugger Comm="#lcase(getfilefrompath(getcurrenttemplatepath()))#">

This call will log the name of the current Fuse in the correct Project, with
an Instance unique to the each request.  You can still, of course, put in
explicit Comm or Inst text, and supply a list of Variables to be
dumped/watched.

I also renamed the debugger_admin template to avoid confusion ;-)

Thanks for the input.  Keep it up.

Lee Bjork Borkman
Bjork.Net - ColdFusion Tags by Bjork

------------------------------------------------------

"Douglas Smith" <[EMAIL PROTECTED]> wrote:
Hey Lee,

Here is another suggested improvement: When viewing the output log, make the
field labels at the top of each column links, so that they change the sort
order of the data based on that field.



____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/fusebox or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to