Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure the ColdFusion Eclipse debugger

I'm running the ColdFusion Builder 3 (Express edition) to connect to a locally running ColdFusion 9 server (windows machine).

When I set up the RDS configuration on the CF Builder and click on Test Connection everything is ok.

RDS Configuration Settings

But when I click on Test Debugger I get the following error:

Could not initialize class coldfusion.log.CFLogs

RDS Error message

Is this a problem with CF Builder 3 trying to access the CF 9 server?

like image 554
Roland Avatar asked Oct 31 '22 22:10

Roland


1 Answers

According to this Adobe forum post they resolved the same issue by changing the port setting in ColdFusion Builder to the standard HTTP port (normally 80).

I also found this article which details the steps to setup ColdFusion debugging with Eclipse and it also has the port assigned to 80.

UPDATE:

Read this how-to article from Charlie Arehart. While it references older versions I think the same steps still apply and he mentions specific things that must be enabled on your ColdFusion server for it to work. Hope that helps.

Setting up ColdFusion Builder Step Debugging

And here is a video tutorial from Adobe's blog that steps you through the process as well.

Learn how to debug ColdFusion applications using ColdFusion Builder

like image 79
Miguel-F Avatar answered Nov 15 '22 12:11

Miguel-F