You can get browser plugins (esp. for Firefox) that help with JavaScript debugging. I think the favourite one is FireBug.
For CF debugging, there are a couple of tools that you can pay for (FusionDebug and FusionReactor), but I've no idea how good they might be. Personally, for CF I mainly make use of appropriately placed CFDUMP and CFABORT tags, and for JS I rely on the JS/Error console, and again dumping out simple variables within alert()s. > Hi, > > I would first like to say a big thank you to every one that has helped > me over the last few weeks. I am new to coldfusion and this site has > been awesome. The responses are very quick from people that have > obviously been developing for a long time. You have really helped take > the pressure of me and helped me understand internet applications, so > thank you :) > > i would really appreciate some advice on using the debugging in CF. I > have read the tutorials on debugging but would like some advice on the > best use of the features that are available. > > Also, I have noticed that sometimes, especially with javascript, that > if i have done something wrong in the code, it just doesnt work. Is > there anyway i can make the page tell me where something has gone > wrong? > > thanks for any advice > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255145 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

