問題描述
有沒有人在使用 CFEclipse 插件在 Eclipse 中設置 行調試 時運氣好?instructions 似乎適用于實際的 ColdFusion IDE.我們正在運行 ColdFusion 11.我一直在使用 FusionDebug 中的線路調試器,但我也想嘗試一下原生調試器.它需要 ColdFusion IDE,還是可以在 Eclipse 中使用 CFEclipse 插件工作?
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?
推薦答案
CFEclipse 只是一個代碼編輯器.查看 功能列表,它列出了調試,但僅適用于 CF 8:
CFEclipse is just a code editor. Looking at the feature list, it lists debugging, but only for CF 8:
Adobe 發布了適用于 Eclipse 的 ColdFusion 8 Extensions,其中包括一個步進調試器和 RDS 工具.Adobe 不再支持此功能,但仍可在最新的 CFEclipse 版本中使用.
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.
Adobe 發布 CFBuilder 后,便為 ColdFusion 提供了完整的基于 Eclipse 的 IDE(其中包括一個步進調試器),我確信他們停止為較新版本的 ColdFusion 發布這些 Eclipse 擴展.這將阻止 CFEclipse 和其他基于 Eclipse 的免費編輯器為 CF 9 或更高版本提供分步調試.
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.
另一種步進調試器是 FusionDebug,我過去曾用它來解決遺留代碼庫中的一些嚴重問題.
An alternate step-debugger would be FusionDebug, which I have used in the past to solve some serious problems in legacy code bases.
這篇關于使用 CFEclipse 在 ColdFusion 11 中進行線路調試的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!