Ok, so once you have installed CFMX, look in c:\cfusionmx\wwwroot\web-inf\debug. You'll see three CFM files, these are used by CFMS to generate debug output. classic.cfm simulates CF5 debug output, dockable.cfm is the new fancy DHTML dockable debug view, and dreamweaver.cfm is used by DWMX to display debug output.
Open up classic.cfm and you'll see that it is all plain CFML code. There are Java calls to obtain debug information, and what the code ends up with is a big query (qevents) containing all you'd ever needed to know when generating debug output. classic.cfm uses querying-queries to extract just the info it needs to build the debug output. Which (as I demoed in Orlando) means that you can create your own debugging interfaces. Just drop the CFM file you create in this directory and it'll be available for selection in CF Admin. Pretty cool stuff. So, with that, I turn it over to you ... who's up for creating the ultimate debugging screen? --- Ben ====================================================== Ben Forta - Macromedia Inc. E-Mail: [EMAIL PROTECTED] Phone: (248)213-0203 <--- Note new number Fax: (248)213-0302 <--- Note new number Macromedia: http://www.macromedia.com/ Personal: http://www.forta.com/ ColdFusion MX, the product formerly knows as "Neo", is now available. Go to http://www.macromedia.com/software/coldfusion/ to download your copy, and then visit http://www.forta.com/cf/mx/ for ColdFusion MX tips, resources, and free e-learning presentations. ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

