Wednesday, December 31, 2008

Debugging ColdFusion

ColdFusion provides detailed debugging information to help you resolve problems with your application. Debugging can be done in two ways:

1.By specifying the DEBUG attribute in tag.
2.By enabling server side debugging in ColdFusion Administrator panel.

For instance,

SELECT Distributor.Distributor_ID,
Distributor.Distributor_Name FROM Distributor ORDER BY Distributor.Distributor_ID
Returns, q_GetDist (Records=9, Time=421ms) SQL= SELECT Distributor.Distributor_ID, Distributor.Distributor_Name FROM Distributor ORDER BY Distributor.Distributor_ID

No comments:

Computers Add to Technorati Favorites Programming Blogs - BlogCatalog Blog Directory