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