Line Debugging in ColdFusion 11 with CFEclipse

霸气de小男生 提交于 2019-11-27 08:20:21

问题


Has anyone had any luck in setting line debugging in Eclipse with the CFEclipse plugin? The instructions seem to be for the actual ColdFusion IDE. We are running ColdFusion 11. I've been playing around with the line debugger in FusionDebug, but I would like to give the native debugger a try as well. Does it require the ColdFusion IDE, or can it work within Eclipse with the CFEclipse plug-in?


回答1:


CFEclipse is just a code editor. Looking at the feature list, it lists debugging, but only for CF 8:

Adobe released the ColdFusion 8 Extensions for Eclipse which included a step debugger and RDS tools. This is no longer supported by Adobe but still works in the latest CFEclipse versions.

Once Adobe released CFBuilder, thier complete Eclipse-based IDE for ColdFusion (which includes a step-debugger), I'm sure they stopped releasing those Eclipse extensions for newer versions of ColdFusion. This would stop CFEclipse and other free Eclipse based editors from providing step-debugging for CF 9 or later.

An alternate step-debugger would be FusionDebug, which I have used in the past to solve some serious problems in legacy code bases.



来源:https://stackoverflow.com/questions/43052498/line-debugging-in-coldfusion-11-with-cfeclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!